Skip to content

Commit

Permalink
Update clap requirement from 2 to 4
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_generate-v3.0.0-rc.0...v4.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 8d4b309 commit 417973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rrs-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2018"
[dependencies]

rrs-lib = { path = "../rrs-lib" }
clap = "2"
clap = "4"

0 comments on commit 417973d

Please sign in to comment.