build(deps): update clap crates to 4.4.0

This commit is contained in:
renovate[bot]
2023-08-26 04:59:50 +00:00
parent e368d96d44
commit b7dba1f225
2 changed files with 14 additions and 26 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.3.23", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.3.2"
clap = { version = "4.4.0", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.4.0"
dirs-next = "2.0.0"
dunce = "1.0.4"
gethostname = "0.4.3"