build(deps): update rust crate clap to 4.1.11

This commit is contained in:
renovate[bot]
2023-03-19 02:24:56 +00:00
parent 71d35c324c
commit 262747b87f
2 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.1.10", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.1.11", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.1.5"
dirs-next = "2.0.0"
dunce = "1.0.3"