From 14ee6ff9fc00fa25c0b55f6b3a1fd807696a9017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:28:02 +0000 Subject: [PATCH] Update clap requirement from 3.2 to 4.5 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...clap_complete-v4.5.19) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49a0f6a..2d9c83e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ required-features = ["async-std-runtime", "testing"] [dependencies] async-channel = { version = "1.6", optional = true } -clap = { version = "3.2", optional = true } +clap = { version = "4.5", optional = true } futures = "0.3" inventory = { version = "0.3", optional = true } once_cell = "1.14"