Skip to content

Commit

Permalink
chore(deps): update clap-verbosity-flag requirement from 2.2.2 to 3.0…
Browse files Browse the repository at this point in the history
….1 (#97)

Updates the requirements on [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) to permit the latest version.
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.2.2...v3.0.1)

---
updated-dependencies:
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent ea8d2a7 commit 304ff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ regex = "1.11.1"
lade-sdk = { path = "./sdk", version = "0.11.6-beta.1" }
tokio = { version = "1", features = ["full"] }
indexmap = { version = "2.6.0", features = ["serde"] }
clap-verbosity-flag = "2.2.2"
clap-verbosity-flag = "3.0.1"
env_logger = "0.11.5"
openssl = { version = "0.10.68", features = ["vendored"] }
serde_json = "1.0.132"
Expand Down

0 comments on commit 304ff17

Please sign in to comment.