diff --git a/Cargo.toml b/Cargo.toml index 9f98e76..8550009 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,8 +32,8 @@ reqwest = { version = "0.11.14", features = ["json"] } serde_yaml = "0.9.16" serde_json = "1.0.91" serde = { version = "1.0", features = ["derive"] } -strum = { version = "0.26.1", features = ["derive"] } -strum_macros = "0.26.1" +strum = { version = "0.26.3", features = ["derive"] } +strum_macros = "0.26.4" tokio = { version = "1.36.0", features = ["full"] } tokio-util = "0.7.8" ratatui = { version = "0.28.0", features = ["all-widgets"] }