fix(deps): update rust crate clap to v4
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Renovate Bot 2024-03-12 08:00:54 +00:00
parent 283598a649
commit 4e6d5072a5

View file

@ -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"