build(deps): update rust crate clap_complete to 4.5.44

This commit is contained in:
renovate[bot] 2025-01-30 06:46:54 +00:00 committed by GitHub
parent 8f0438d6cd
commit 32375bc368
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.43"
version = "4.5.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0952013545c9c6dca60f491602655b795c6c062ab180c9cb0bccb83135461861"
checksum = "375f9d8255adeeedd51053574fd8d4ba875ea5fa558e86617b07f09f1680c8b6"
dependencies = [
"clap",
]

View File

@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.39", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.5.27", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.43"
clap_complete = "4.5.44"
dirs = "6.0.0"
dunce = "1.0.5"
# default feature restriction addresses https://github.com/starship/starship/issues/4251