From 443a75c236e75b25d1f8573e9b5a963d4f6ed0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 19:03:05 +0000 Subject: [PATCH] build(deps): bump strum_macros from 0.26.4 to 0.27.2 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.26.4 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/commits/v0.27.2) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++---- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4818bd46f2..cc6d48e05f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1663,8 +1663,11 @@ dependencies = [ "borsh 1.5.7", "borsh-incremental", "bytemuck", + "ctor", "doublezero-program-common", + "env_logger", "ipnetwork", + "log", "serde", "serde_bytes", "solana-program", @@ -1672,7 +1675,7 @@ dependencies = [ "solana-sdk", "solana-system-interface", "strum 0.26.3", - "strum_macros 0.26.4", + "strum_macros 0.27.2", "thiserror 2.0.17", ] @@ -8270,14 +8273,13 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.26.4" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "rustversion", "syn 2.0.102", ] diff --git a/Cargo.toml b/Cargo.toml index 0db313eae0..352c2aab93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ temp-env = "0" tempfile = "3" thiserror = "2" strum = "0.26" -strum_macros = "0.26" +strum_macros = "0.27" tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "signal",