From c55fd105f6a26d9e1052bbd455e962d8bc5676f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 11:30:34 +0000 Subject: [PATCH] build(deps): bump strum from 0.27.1 to 0.27.2 Bumps [strum](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 dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b9ee0f..87f09e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1195,7 +1195,7 @@ dependencies = [ "sea-orm", "serde", "serde_json", - "strum 0.27.1", + "strum 0.27.2", "strum_macros", "thiserror 2.0.12", "tokio", @@ -4617,9 +4617,9 @@ checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" [[package]] name = "strum" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" [[package]] name = "strum_macros" diff --git a/Cargo.toml b/Cargo.toml index 0d45471..bcfe0d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ sea-orm = { version = "1.1.14", features = [ serde = "1.0.219" serde_json = "1.0.140" serde-wasm-bindgen = "0.6.5" -strum = "0.27.1" +strum = "0.27.2" strum_macros = "0.27.2" test-log = { version = "0", features = ["log"] } thiserror = "2.0.12"