build(deps): update rust crate clap_complete to 4.5.20

This commit is contained in:
renovate[bot] 2024-08-20 15:08:29 +00:00 committed by GitHub
parent dd8b47f61a
commit 558b28b604
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.19"
version = "4.5.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eddf1c00919f37952199f7dbc834789cd33356ed10278ee40c8572b8fb88cf2"
checksum = "2aedc27e53da9ff495f5da6f4325390e71f46f886022b618303042e8ccf4bcac"
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.16", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.19"
clap_complete = "4.5.20"
dirs = "5.0.1"
dunce = "1.0.5"
gethostname = "0.5.0"