From 4ed5b74b43f1647c50444c6bcf67fec38ccdfd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:23:10 +0000 Subject: [PATCH] chore(deps): update strum_macros requirement from 0.26.4 to 0.27.1 --- 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 c846acb..da060a6 100644 --- a/rustainers/Cargo.toml +++ b/rustainers/Cargo.toml @@ -43,7 +43,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [ 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.1" thiserror = "2.0.11" tokio = { version = "1.39", features = [ "time",