chore(deps): bump clap-verbosity-flag from 2.2.3 to 3.0.0 (#1516)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-25 19:51:09 -08:00 committed by GitHub
parent d137456ca1
commit f51d1ccc07
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

@ -424,9 +424,9 @@ dependencies = [
[[package]]
name = "clap-verbosity-flag"
version = "2.2.3"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34c77f67047557f62582784fd7482884697731b2932c7d37ced54bce2312e1e2"
checksum = "42dcf89bb9d98abb02e9a4a8ef1cce429e547a803460a8245c399860985d5281"
dependencies = [
"clap",
"log",

View File

@ -8,7 +8,7 @@ license.workspace = true
cargo_metadata = "0.18.1"
clap = { version = "4.5.21", features = ["derive"] }
clap-cargo = { version = "0.14.1", features = ["cargo_metadata"] }
clap-verbosity-flag = "2.2.3"
clap-verbosity-flag = "3.0.0"
color-eyre = "0.6.3"
duct = "0.13.7"
tracing = "0.1.40"