build(deps): update rust crate clap_complete to 4.5.5

This commit is contained in:
renovate[bot] 2024-06-07 22:24:46 +00:00 committed by GitHub
parent 17b09bed3d
commit 64c117505f
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.4"
version = "4.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84733fe9ab28bdce67389f0300221a5c4cd29f6def6417636d7b7ca5e5f3e3b2"
checksum = "d2020fa13af48afc65a9a87335bda648309ab3d154cd03c7ff95b378c7ed39c4"
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.6", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.4"
clap_complete = "4.5.5"
dirs = "5.0.1"
dunce = "1.0.4"
gethostname = "0.4.3"