build(deps): update clap crates

This commit is contained in:
renovate[bot]
2024-08-08 17:41:12 +00:00
committed by GitHub
parent 85aec1b574
commit 44540d40c0
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.5.13", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.12"
clap = { version = "4.5.14", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.13"
dirs = "5.0.1"
dunce = "1.0.5"
gethostname = "0.5.0"