Skip to content

Commit

Permalink
Update clap requirement from 3.1.8 to 4.4.18
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.2.0...v4.4.18)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 55ff12e commit 44edfeb
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 @@ -39,7 +39,7 @@ doc = true

[dependencies]
ansi_term = "0.12.1"
clap = { version = "3.1.8", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
clap = { version = "4.4.18", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
lazy_static = "1.4.0"
linked-hash-map = "0.5.4"
liquid = "0.26.0"
Expand Down

0 comments on commit 44edfeb

Please sign in to comment.