Skip to content

Commit 3457d59

Browse files
chore(deps): bump clap-verbosity-flag from 2.1.2 to 2.2.0
Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 2.1.2 to 2.2.0. - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap-verbosity-flag@v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: clap-verbosity-flag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84b1821 commit 3457d59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description = "Display current network utilization by process, connection and re
2424
anyhow = { version = "1.0.79", features = ["backtrace"] }
2525
async-trait = "0.1.77"
2626
chrono = "0.4"
27-
clap-verbosity-flag = "2.1.2"
27+
clap-verbosity-flag = "2.2.0"
2828
clap = { version = "4.5.1", features = ["derive"] }
2929
crossterm = "0.27.0"
3030
derivative = "2.2.0"
@@ -63,7 +63,7 @@ rstest = "0.18.2"
6363
[build-dependencies]
6464
anyhow = "1.0.79"
6565
clap = { version = "4.5.1", features = ["derive"] }
66-
clap-verbosity-flag = "2.1.2"
66+
clap-verbosity-flag = "2.2.0"
6767
clap_complete = "4.4.9"
6868
clap_mangen = "0.2.18"
6969
derivative = "2.2.0"

0 commit comments

Comments
 (0)