From 6553463cd766a5b625c0ff3076df051fb86553b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:22:27 +0000 Subject: [PATCH] fix(deps): update rust crate strum to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8df6709..5221f6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4.21" reqwest = { version = "0.12.0", features = ["json", "blocking", "stream"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" -strum = "0.26.1" +strum = "0.27.0" thiserror = "1.0.57" tokio = { version = "1.36.0", features = ["full"] } tokio-stream = "0.1.14"