Skip to content

Commit

Permalink
Update clap requirement from 3.1 to 4.0
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.1.0...v4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and khuey committed Oct 1, 2022
1 parent ff8b593 commit 8df7955
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 @@ -31,7 +31,7 @@ optional = true
version = "0.12.0"

[dev-dependencies]
clap = { version = "3.1", features = ["derive"] }
clap = { version = "4.0", features = ["derive"] }
diff = "0.1.11"

[features]
Expand Down

0 comments on commit 8df7955

Please sign in to comment.