Merge pull request #20 from anas-elgarhy/renovate/clap-4.x

fix(deps): update rust crate clap to 4.3.0
This commit is contained in:
mergify[bot] 2023-05-21 02:37:02 +00:00 committed by GitHub
commit 18e3f48693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ exclude = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.2.1", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] }
clap = { version = "4.3.0", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] }
log = "0.4.17"
pretty_env_logger = "0.4.0"
colored = "2.0.0"