Skip to content

Commit

Permalink
Bump clap-verbosity-flag from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
Bumps [clap-verbosity-flag](https://github.com/rust-clique/clap-verbosity-flag) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/rust-clique/clap-verbosity-flag/releases)
- [Changelog](https://github.com/rust-cli/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2022
1 parent 848a939 commit 0a817f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
clap = { version = "3.2.5", features = ["derive", "env", "wrap_help"] }
clap-verbosity-flag = "1.0.0"
clap-verbosity-flag = "1.0.1"
exitcode = "1.1.2"
toml = "0.5.9"
serde = { version = "1.0.137", features = ["derive"] }
Expand All @@ -36,6 +36,6 @@ pretty_assertions = "1.2.1"

[build-dependencies]
clap = { version = "3.2.5", features = ["derive", "env", "wrap_help"] }
clap-verbosity-flag = "1.0.0"
clap-verbosity-flag = "1.0.1"
clap_mangen = "0.1.6"
clap_complete = "3.1.4"

0 comments on commit 0a817f1

Please sign in to comment.