diff --git a/Cargo.toml b/Cargo.toml index d9f8f13..a182d0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1" serial_test = { version = "3", default-features = false } sha2 = "0.10" shlex = "1.2.0" -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } tempfile = "3" test-binary = "3" textwrap = "0.16"