diff --git a/Cargo.toml b/Cargo.toml index 8fc1de7..bc13902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ clap = { version = "4.6.1", features = ["derive"], optional = true } ratatui = { version = "0.29", features = ["crossterm"], optional = true } tui-input = { version = "0.11", optional = true } crossterm = { version = "0.28", optional = true } -strum = { version = "0.27", features = ["derive"], optional = true } +strum = { version = "0.28", features = ["derive"], optional = true } strum_macros = { version = "0.27", optional = true } [features]