From 02efc3b094e45b42508b0d2f16bda2894a61db37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:29:42 +0200 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- wakey-wake/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wakey-wake/Cargo.toml b/wakey-wake/Cargo.toml index ba22086..b51877c 100644 --- a/wakey-wake/Cargo.toml +++ b/wakey-wake/Cargo.toml @@ -14,4 +14,4 @@ categories = ["network-programming"] [dependencies] wakey = { path = "../wakey" } -clap = { version = "3.1.18", features = ["derive"] } +clap = { version = "4.0.15", features = ["derive"] }