fix(deps): update rust crate clap to 4.3.2 #25

Merged
renovate[bot] merged 1 commit from renovate/clap-4.x into master 2023-06-07 00:49:19 +00:00
Showing only changes of commit 71ee7374d0 - Show all commits

fix(deps): update rust crate clap to 4.3.2

renovate[bot] 2023-06-05 23:17:29 +00:00 committed by GitHub
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.3.1", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] }
clap = { version = "4.3.2", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] }
log = "0.4.18"
pretty_env_logger = "0.5.0"
colored = "2.0.0"