diff --git a/Cargo.toml b/Cargo.toml index 61e627b..a1a1908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ derive_builder = "0.20.2" ratatui = { version = "0.29.0", features = ["crossterm"], optional = true } tui-input = { version = "0.11.1", optional = true } crossterm = { version = "=0.28.1", optional = true } -strum = { version = "0.27.1", features = ["derive"], optional = true } +strum = { version = "0.28.0", features = ["derive"], optional = true } strum_macros = { version = "0.27.1", optional = true } [features]