From 52b7bb165732a5ace4eea20b66527c262686fe15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 16:48:10 +0000 Subject: [PATCH] fix(deps): update rust crate strum to 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e8b859..a64cd40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" signal-hook = "0.3.17" strip-ansi-escapes = "0.2.0" -strum = { version = "0.26.3", features = ["derive"] } +strum = { version = "0.28.0", features = ["derive"] } tokio = { version = "1.40.0", features = ["full"] } tokio-util = "0.7.12" tracing = "0.1.40"