fix(deps): update rust crate clap to v4 #28
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ readme = "README.md"
|
||||||
# atty = "0.2.14"
|
# atty = "0.2.14"
|
||||||
async-std = "1.12.0"
|
async-std = "1.12.0"
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
chrono = "0.4.36"
|
chrono = "0.4.35"
|
||||||
clap = { version = "3.0", features = ["yaml", "cargo"] }
|
clap = { version = "3.0", features = ["derive", "yaml", "cargo"] }
|
||||||
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