Skip to content

Commit 41187e0

Browse files
build(deps): bump clap-verbosity-flag from 2.2.3 to 3.0.0
Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 2.2.3 to 3.0.0. - [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap-verbosity-flag@v2.2.3...v3.0.0) --- updated-dependencies: - dependency-name: clap-verbosity-flag dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2f7647 commit 41187e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
[dependencies]
1212
actix-web = "4.9"
1313
anyhow = "1.0"
14-
clap-verbosity-flag = "2.2"
14+
clap-verbosity-flag = "3.0"
1515
clap = { version = "4.5", features = ["derive", "help", "env"] }
1616
console = "0.15"
1717
csv = "1.3"

0 commit comments

Comments
 (0)