build(deps): update rust crate clap_complete to 4.5.16

This commit is contained in:
renovate[bot] 2024-08-12 19:48:02 +00:00 committed by GitHub
parent 68a8fc9563
commit 9968714e30
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

@ -427,9 +427,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.14"
version = "4.5.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d11bff0290e9a266fc9b4ce6fa96c2bf2ca3f9724c41c10202ac1daf7a087f8"
checksum = "9c677cd0126f3026d8b093fa29eae5d812fde5c05bc66dbb29d0374eea95113a"
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.15", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.14"
clap_complete = "4.5.16"
dirs = "5.0.1"
dunce = "1.0.5"
gethostname = "0.5.0"