build(deps): update rust crate clap_complete to 4.4.5

This commit is contained in:
renovate[bot] 2023-12-27 19:30:06 +00:00 committed by GitHub
parent 9277bbd21a
commit 0255c3999b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -420,9 +420,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.4.4"
version = "4.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae"
checksum = "a51919c5608a32e34ea1d6be321ad070065e17613e168c5b6977024290f2630b"
dependencies = [
"clap",
]

View File

@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.4.11", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.4.4"
clap_complete = "4.4.5"
dirs-next = "2.0.0"
dunce = "1.0.4"
# default feature restriction addresses https://github.com/starship/starship/issues/4251