diff --git a/Cargo.toml b/Cargo.toml index 7e0eca61..55cac4d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ itertools = "0.12.1" regex = "1.10.4" serde = { version = "1.0.200", features = ["derive"] } serde_json = "1.0.116" -strum = { version = "0.24", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } test-case = "3.3" tokio = { version = "1.37", features = ["macros", "rt", "rt-multi-thread"] }