fix(deps): update rust crate clap to v4
This commit is contained in:
parent
27c1c8130b
commit
125fc415d5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ readme = "README.md"
|
||||||
async-std = "1.12.0"
|
async-std = "1.12.0"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
chrono = "0.4.35"
|
chrono = "0.4.35"
|
||||||
clap = { version = "2.34.0", features = ["yaml"] }
|
clap = { version = "4.5.2", features = ["yaml"] }
|
||||||
colored = "2.1.0"
|
colored = "2.1.0"
|
||||||
comfy-table = "7.1.0"
|
comfy-table = "7.1.0"
|
||||||
derive_builder = "0.20.0"
|
derive_builder = "0.20.0"
|
||||||
|
|
Loading…
Reference in a new issue