Merge pull request #831 from lycheeverse/dependabot/cargo/clap-4.0.25

This commit is contained in:
dependabot[bot] 2022-11-16 12:16:34 +00:00 committed by GitHub
commit 9cf4375f6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -603,9 +603,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.24"
version = "4.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
checksum = "389ca505fd2c00136e0d0cd34bcd8b6bd0b59d5779aab396054b716334230c1c"
dependencies = [
"atty",
"bitflags",
@ -1898,7 +1898,7 @@ version = "0.10.3"
dependencies = [
"anyhow",
"assert_cmd",
"clap 4.0.24",
"clap 4.0.25",
"console",
"const_format",
"csv",

View file

@ -50,7 +50,7 @@ supports-color = "1.3.0"
log = "0.4.17"
[dependencies.clap]
version = "4.0.24"
version = "4.0.25"
features = ["env", "derive"]
[dev-dependencies]