build(deps): update rust crate clap_complete to 4.2.1

This commit is contained in:
renovate[bot] 2023-04-21 13:00:54 +00:00 committed by GitHub
parent 44b7bec66d
commit b2609941c4
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

@ -377,9 +377,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "4.2.0"
version = "4.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd"
checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473"
dependencies = [
"clap",
]

View File

@ -44,7 +44,7 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies]
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.2.4", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.2.0"
clap_complete = "4.2.1"
dirs-next = "2.0.0"
dunce = "1.0.4"
gethostname = "0.4.2"