From 81c0a2569eb5176bf0583eea119980743595f359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:39:13 +0000 Subject: [PATCH] build(deps): update strum_macros requirement from >= 0.20, < 0.26 to >= 0.20, < 0.28 --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1ef65d..bc48da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ rust-version = "1.58.0" [dependencies] serde = { version = "^1.0", features = ["derive"] } strum = ">= 0.20, < 0.26" -strum_macros = ">= 0.20, < 0.26" +strum_macros = ">= 0.20, < 0.28" [dev-dependencies] anyhow = "1.0"