build(deps): update clap crates

This commit is contained in:
renovate[bot] 2024-08-10 02:16:08 +00:00 committed by GitHub
parent ba73a41620
commit f03d0e5880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@ -403,9 +403,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.14" version = "4.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36" checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -413,9 +413,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.14" version = "4.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed" checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@ -427,9 +427,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete" name = "clap_complete"
version = "4.5.13" version = "4.5.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa3c596da3cf0983427b0df0dba359df9182c13bd5b519b585a482b0c351f4e8" checksum = "1d11bff0290e9a266fc9b4ce6fa96c2bf2ca3f9724c41c10202ac1daf7a087f8"
dependencies = [ dependencies = [
"clap", "clap",
] ]

View File

@ -43,8 +43,8 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]
[dependencies] [dependencies]
chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "wasmbind"] } chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.5.14", features = ["derive", "cargo", "unicode"] } clap = { version = "4.5.15", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.5.13" clap_complete = "4.5.14"
dirs = "5.0.1" dirs = "5.0.1"
dunce = "1.0.5" dunce = "1.0.5"
gethostname = "0.5.0" gethostname = "0.5.0"