diff --git a/Cargo.toml b/Cargo.toml index 8fc1de7..c94875c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ 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_macros = { version = "0.27", optional = true } +strum_macros = { version = "0.28", optional = true } [features] cli = ["clap", "ratatui", "tui-input", "crossterm", "strum", "strum_macros", "anyhow", "tokio"]