Skip to content

Commit

Permalink
Update clap requirement from 3.0.0 to 4.5.1
Browse files Browse the repository at this point in the history
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v3.0.0...clap_complete-v4.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 91e3109 commit 6e0d2ed
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 @@ -10,7 +10,7 @@ authors = ["Frank Denis <[email protected]>"]
edition = "2018"

[dependencies]
clap = { version = "3.0.0", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.5.1", features = ["std", "cargo", "wrap_help"] }
flate2 = "1"
horrorshow = "0.8"
hyper = "0.10"
Expand Down

0 comments on commit 6e0d2ed

Please sign in to comment.