From 9167dd34bfee64a29939f62fabf57a070089eb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 07:31:33 +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 0c2f307..4e53098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "strum 0.27.1", + "strum 0.27.2", "thiserror 2.0.12", "tokio", "tower", @@ -2028,9 +2028,9 @@ dependencies = [ [[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" dependencies = [ "strum_macros 0.27.1", ] diff --git a/Cargo.toml b/Cargo.toml index 8f33dc5..3d3e3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ proptest = "1.6.0" serde = "1.0" serde_json = "1.0" sha2 = "0.10.8" -strum = { version = "0.27.1", features = ["derive"] } +strum = { version = "0.27.2", features = ["derive"] } thiserror = "2.0.12" tokio = "1.44.1" tower = "0.5.2"