Skip to content

Commit

Permalink
Bump clap-verbosity-flag from 1.0.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) from 1.0.1 to 2.1.2.
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v1.0.1...v2.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 5cbae6e commit abad8fe
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 7 deletions.
56 changes: 50 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"

[dependencies]
clap = { version = "3.2.2", features = ["derive"] }
clap-verbosity-flag = "1.0.1"
clap-verbosity-flag = "2.1.2"
ureq = { version = "2.7.1", features = ["json", "cookies", "native-tls"] }
native-tls = "0.2.11"
url = "2.4.1"
Expand Down

0 comments on commit abad8fe

Please sign in to comment.