From 8ee3a2ecba7ec989a35187cdee6a8c055ef01be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 19:03:17 +0000 Subject: [PATCH] build(deps): bump strum from 0.26.3 to 0.27.2 Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 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.26.3...v0.27.2) --- updated-dependencies: - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++++--- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4818bd46f2..9424431499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1663,15 +1663,18 @@ dependencies = [ "borsh 1.5.7", "borsh-incremental", "bytemuck", + "ctor", "doublezero-program-common", + "env_logger", "ipnetwork", + "log", "serde", "serde_bytes", "solana-program", "solana-program-test", "solana-sdk", "solana-system-interface", - "strum 0.26.3", + "strum 0.27.2", "strum_macros 0.26.4", "thiserror 2.0.17", ] @@ -8251,9 +8254,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.26.3" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" +checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" [[package]] name = "strum_macros" diff --git a/Cargo.toml b/Cargo.toml index 0db313eae0..b2ab7b95ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ tabled = "0" temp-env = "0" tempfile = "3" thiserror = "2" -strum = "0.26" +strum = "0.27" strum_macros = "0.26" tokio = { version = "1", default-features = false, features = [ "rt-multi-thread",