From fa8aefe0495361c42535cf3d0f8d0f8494619d53 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 30 Oct 2024 15:52:31 -0600 Subject: [PATCH] Updated strum_macros dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] }