From 709e607c4d70eac8598f39a1991ac6f5ad1127b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:58:56 +0000 Subject: [PATCH] chore(deps): update strum_macros requirement from 0.26.4 to 0.27.0 --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rustainers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustainers/Cargo.toml b/rustainers/Cargo.toml index 46c0faf..92d209e 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -36,7 +36,7 @@ reqwest = { version = "0.12.5" } serde = { version = "1.0.204", features = ["derive", "rc"] } serde_json = "1.0.122" strum = "0.26.3" -strum_macros = "0.26.4" +strum_macros = "0.27.0" thiserror = "2.0.11" tokio = { version = "1.39", features = [ "time",