From f25a15499037bc01282904a8be1ef85257aa201b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 21:05:11 +0000 Subject: [PATCH] Update clap requirement from =2.33.0 to =4.5.2 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.2) --- 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..6a3fbcdd 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.2" enum_variant_type = "=0.2.0" structopt = "0.2.18" bitflags = "=1.2"