From 5d8c332043ac3d94fbf720df349525a7e9a24a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 20:45:15 +0000 Subject: [PATCH] chore(deps): bump strum_macros from 0.26.4 to 0.27.1 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.26.4 to 0.27.1. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits/v0.27.1) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 dab8a4a..980eaaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,9 +772,9 @@ checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" [[package]] name = "strum_macros" -version = "0.26.4" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 669feee..a3de6c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ rand = "0.8.4" siphasher = "1.0" stderrlog = "0.6.0" strum = "0.27.1" -strum_macros = "0.26.4" +strum_macros = "0.27.1" [[bin]] name = "masscanned"