fix(deps): update rust crate clap-verbosity-flag to v3
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 2m21s
Build and test / Clippy (pull_request) Successful in 3m23s
Build and test / Tests (pull_request) Successful in 3m25s
Build and test / Build AMD64 (pull_request) Successful in 3m22s
Checking yaml / Run yamllint (pull_request) Failing after 14m11s
Build and test / Generate Documentation (pull_request) Failing after 15m16s

This commit is contained in:
Renovate 2025-08-03 15:30:24 +10:00
parent 6532bc998d
commit 402d3a473b
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -494,9 +494,9 @@ dependencies = [
[[package]]
name = "clap-verbosity-flag"
version = "2.2.3"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34c77f67047557f62582784fd7482884697731b2932c7d37ced54bce2312e1e2"
checksum = "eeab6a5cdfc795a05538422012f20a5496f050223c91be4e5420bfd13c641fb1"
dependencies = [
"clap",
"log",
@ -1256,7 +1256,7 @@ dependencies = [
"libc",
"percent-encoding",
"pin-project-lite",
"socket2 0.5.10",
"socket2 0.6.0",
"system-configuration",
"tokio",
"tower-service",
@ -1493,7 +1493,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
dependencies = [
"hermit-abi",
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -2714,7 +2714,7 @@ dependencies = [
"getrandom 0.3.3",
"once_cell",
"rustix",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -3366,7 +3366,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]

View file

@ -15,7 +15,7 @@ ignored = ["progenitor-client", "regress"]
bon = "2.3.0"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.20", features = ["derive"] }
clap-verbosity-flag = "2.2.2"
clap-verbosity-flag = "3.0.0"
color-eyre = "0.6.3"
dialoguer = "0.11.0"
directories = "6.0.0"