From c2dffcb04f6dd3b9256c0871567a123c651ef882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:18:18 +0000 Subject: [PATCH] Update strum requirement from 0.24.1 to 0.27.2 --- updated-dependencies: - dependency-name: strum dependency-version: 0.27.2 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 3f24e55..3df11b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -strum = "0.24.1" +strum = "0.27.2" strum_macros = "0.24.1" envy = "0.4.1" reqwest = { version = "0.11", features = ["json", "blocking"] }