From eea0163ddb879063e3b8342e036fa0161ae1f26c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:02:20 +0000 Subject: [PATCH] build(deps): bump strum_macros from 0.27.1 to 0.27.2 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.27.1 to 0.27.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.27.1...v0.27.2) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07ead7c..20328d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4136,14 +4136,13 @@ checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" [[package]] name = "strum_macros" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" dependencies = [ "heck", "proc-macro2", "quote", - "rustversion", "syn 2.0.101", ] diff --git a/Cargo.toml b/Cargo.toml index c13b381..a0b181f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ yew = { version = "0.21.0", default-features = false, optional = true } dioxus = { version = "0.6.3", optional = true } leptos = { version = "0.8.0", optional = true } web-sys = { version = "0.3.77", optional = true } -strum_macros = "0.27.1" +strum_macros = "0.27.2" strum = "0.27.1" phf = { version = "0.11.3", features = ["macros"] } log = { version = "0.4.27", optional = true }