diff --git a/Cargo.toml b/Cargo.toml index 8e8b859..a64cd40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" signal-hook = "0.3.17" strip-ansi-escapes = "0.2.0" -strum = { version = "0.26.3", features = ["derive"] } +strum = { version = "0.28.0", features = ["derive"] } tokio = { version = "1.40.0", features = ["full"] } tokio-util = "0.7.12" tracing = "0.1.40"