From ed31808cb3f032c06ca384fefa3ac1066a1bb910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:39:09 +0000 Subject: [PATCH] Update clap requirement from =2.33.0 to =4.5.4 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/v2.33.0...v4.5.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- strum_tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strum_tests/Cargo.toml b/strum_tests/Cargo.toml index d166a6b2..331413d7 100644 --- a/strum_tests/Cargo.toml +++ b/strum_tests/Cargo.toml @@ -11,7 +11,7 @@ test_phf = ["strum/phf"] [dependencies] strum = { path = "../strum", features = ["derive"] } strum_macros = { path = "../strum_macros", features = [] } -clap = "=2.33.0" +clap = "=4.5.4" enum_variant_type = "=0.2.0" structopt = "0.2.18" bitflags = "=1.2"