Update clap requirement from 3.1.18 to 4.0.15 (#13)
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](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.0...v4.0.15) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4b7d660f47
commit
02efc3b094
|
@ -14,4 +14,4 @@ categories = ["network-programming"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wakey = { path = "../wakey" }
|
wakey = { path = "../wakey" }
|
||||||
clap = { version = "3.1.18", features = ["derive"] }
|
clap = { version = "4.0.15", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user