From 437dbb9b247bd0eb89d6f8549ab9fabb20bcd756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:41:04 +0000 Subject: [PATCH] build(deps): bump strum from 0.27.2 to 0.28.0 Bumps [strum](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 dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- clients/cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 814bc44..6e72e62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10338,7 +10338,7 @@ dependencies = [ "spl-token-client", "spl-transfer-hook-example", "spl-transfer-hook-interface 2.1.0", - "strum 0.27.2", + "strum 0.28.0", "strum_macros 0.28.0", "tokio", ] @@ -10485,9 +10485,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" +checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" [[package]] name = "strum_macros" diff --git a/clients/cli/Cargo.toml b/clients/cli/Cargo.toml index 773c070..1daad93 100644 --- a/clients/cli/Cargo.toml +++ b/clients/cli/Cargo.toml @@ -27,7 +27,7 @@ solana-system-interface = "3" solana-transaction = "3.0.0" spl-tlv-account-resolution = { version = "0.11.0", features = ["serde-traits"] } spl-transfer-hook-interface = { version = "2.0.0", path = "../../interface" } -strum = "0.27" +strum = "0.28" strum_macros = "0.28" tokio = { version = "1", features = ["full"] } serde = { version = "1.0.219", features = ["derive"] }