Skip to content

Commit

Permalink
Bump clap from 2.33.3 to 3.2.16
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 3.2.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.33.3...v3.2.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2022
1 parent ed403aa commit 5e84532
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 34 deletions.
57 changes: 24 additions & 33 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 @@ -23,7 +23,7 @@ http = ["reqwest", "futures", "tokio"]
anyhow = "1.0"
bitflags = "1.3"
cab = "0.4"
clap = { version = "2.33", optional = true }
clap = { version = "3.2", optional = true }
crossbeam = "0.8.2"
dirs = "4.0"
futures = { version = "0.3", optional = true }
Expand Down

0 comments on commit 5e84532

Please sign in to comment.