build(deps): update rust crate clap_complete to 4.5.6

This commit is contained in:
renovate[bot] 2024-06-19 22:47:44 +00:00 committed by GitHub
parent 37fba4cfb7
commit 5b92e7bd26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -415,9 +415,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.5"
version = "4.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2020fa13af48afc65a9a87335bda648309ab3d154cd03c7ff95b378c7ed39c4"
checksum = "fbca90c87c2a04da41e95d1856e8bcd22f159bdbfa147314d2ce5218057b0e58"
dependencies = [
"clap",
]

View file

@ -44,7 +44,7 @@ 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.7", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.5"
clap_complete = "4.5.6"
dirs = "5.0.1"
dunce = "1.0.4"
gethostname = "0.4.3"