fix(deps): update rust crate clap to 4.3.24

This commit is contained in:
renovate[bot] 2023-08-23 14:53:55 +00:00 committed by GitHub
parent 577756aa14
commit 0a56d56cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -183,9 +183,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.23"
version = "4.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3"
checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487"
dependencies = [
"clap_builder",
"clap_derive",
@ -194,9 +194,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.23"
version = "4.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98"
checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e"
dependencies = [
"anstream",
"anstyle",

View File

@ -13,7 +13,7 @@ publish = false
include = ["src/main.rs", "LICENSE-*", "README.md"]
[dependencies]
clap = { version = "4.3.23", features = [
clap = { version = "4.3.24", features = [
"color",
"deprecated",
"derive",