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"