build(deps): update rust crate clap to 4.5.16

This commit is contained in:
renovate[bot] 2024-08-16 00:31:16 +00:00 committed by GitHub
parent b8387c5e59
commit b99c80631e
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

@ -403,9 +403,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.15"
version = "4.5.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc"
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
dependencies = [
"clap_builder",
"clap_derive",

View File

@ -43,7 +43,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.15", features = ["derive", "cargo", "unicode"] }
clap = { version = "4.5.16", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.16"
dirs = "5.0.1"
dunce = "1.0.5"