From 3a8ec334719ca5dcde51b0ee8ee20f0bf3b14e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 08:08:22 +0000 Subject: [PATCH] build(deps): bump strum_macros from 0.27.2 to 0.28.0 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.27.2 to 0.28.0. - [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.2...v0.28.0) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- program/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cec3f4c5..963e1640 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10389,7 +10389,7 @@ dependencies = [ "spl-associated-token-account-interface", "spl-token-interface", "strum 0.28.0", - "strum_macros 0.27.2", + "strum_macros 0.28.0", "test-case", "thiserror 2.0.18", ] @@ -10821,9 +10821,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" +checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/program/Cargo.toml b/program/Cargo.toml index db41e9f4..c33f84b2 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -46,7 +46,7 @@ solana-program-test = { version = "3.1.3", features = ["agave-unstable-api"] } solana-sdk = "3.0" spl-associated-token-account-interface = "2.0.0" strum = "0.28.0" -strum_macros = "0.27.2" +strum_macros = "0.28.0" test-case = "3.3" [lib]