mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
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:
parent
d137456ca1
commit
f51d1ccc07
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user