Skip to content

Commit

Permalink
Update clap requirement from 3.1.6 to 4.1.11
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.1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2023
1 parent a837dba commit 4386ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -31,7 +31,7 @@ serde = {version = "1.0", default-features = false, optional = true}
serde_derive = {version = "1.0", optional = true}
serde_json = {version = "1.0", optional = true}
termimad = {version = "0.21", optional = true}
clap = {version = "3.1.6", features = ["derive"], optional = true}
clap = {version = "4.1.11", features = ["derive"], optional = true}

[target.'cfg(unix)'.dev-dependencies]
core_affinity = "0.8.0"
Expand Down

0 comments on commit 4386ed3

Please sign in to comment.