From 13e36a181aea48ecc1af8cb15a6ef50f56ed781a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 12:16:42 +0000 Subject: [PATCH] Bump strum from 0.27.1 to 0.27.2 in /apps/webapi 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] --- apps/webapi/Cargo.lock | 4 ++-- apps/webapi/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/webapi/Cargo.lock b/apps/webapi/Cargo.lock index 0b61fdc..87527b6 100644 --- a/apps/webapi/Cargo.lock +++ b/apps/webapi/Cargo.lock @@ -1204,9 +1204,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" [[package]] name = "strum_macros" diff --git a/apps/webapi/Cargo.toml b/apps/webapi/Cargo.toml index b9c5de9..d27bbbf 100644 --- a/apps/webapi/Cargo.toml +++ b/apps/webapi/Cargo.toml @@ -9,7 +9,7 @@ axum = { version = "0.8.4", features = ["macros"] } config = "0.15.13" prost = "0.13.5" serde = { version = "1.0", features = ["derive"] } -strum = "0.27.1" +strum = "0.27.2" strum_macros = "0.27.2" tokio = { version = "1.46", features = ["full"] } tonic = "0.13.1"