build(deps): update rust crate clap_complete to 4.5.32

This commit is contained in:
renovate[bot] 2024-10-02 18:13:54 +00:00 committed by GitHub
parent ae51be692d
commit 7a08885657
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

@ -430,9 +430,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.29"
version = "4.5.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8937760c3f4c60871870b8c3ee5f9b30771f792a7045c48bcbba999d7d6b3b8e"
checksum = "74a01f4f9ee6c066d42a1c8dedf0dcddad16c72a8981a309d6398de3a75b0c39"
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.19", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.29"
clap_complete = "4.5.32"
dirs = "5.0.1"
dunce = "1.0.5"
gethostname = "0.5.0"