build(deps): update rust crate clap_complete to 4.5.36

This commit is contained in:
renovate[bot] 2024-10-29 19:04:12 +00:00 committed by GitHub
parent 44140502f3
commit 34f70a51d2
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

@ -429,9 +429,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.5.35"
version = "4.5.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07a13ab5b8cb13dbe35e68b83f6c12f9293b2f601797b71bc9f23befdb329feb"
checksum = "86bc73de94bc81e52f3bebec71bc4463e9748f7a59166663e32044669577b0e2"
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.20", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.35"
clap_complete = "4.5.36"
dirs = "5.0.1"
dunce = "1.0.5"
# default feature restriction addresses https://github.com/starship/starship/issues/4251