From e0860cf8b351a2882c0ba3bf2b801dbb85bf5fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:15:23 +0000 Subject: [PATCH] chore(deps): bump strum from 0.27.1 to 0.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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5345d25..d925b8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -766,9 +766,9 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[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 6484a77..c20aa43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ pnet = { version = "0.33.0", features = ["std"] } rand = "0.9.2" siphasher = "1.0" stderrlog = "0.6.0" -strum = "0.27.1" +strum = "0.27.2" strum_macros = "0.27.2" [[bin]]