From 6b2e1f42a6921241fbc4f69c51575285bfc4dd39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:56:18 +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 | 9 ++++----- token/cli/Cargo.toml | 2 +- token/transfer-hook/cli/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8af60989d..88eb341ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8648,7 +8648,7 @@ dependencies = [ "spl-token-group-interface 0.5.0", "spl-token-metadata-interface 0.6.0", "strum 0.26.3", - "strum_macros 0.26.4", + "strum_macros 0.27.2", "tempfile", "tokio", "walkdir", @@ -8983,7 +8983,7 @@ dependencies = [ "spl-transfer-hook-example", "spl-transfer-hook-interface 0.9.0", "strum 0.26.3", - "strum_macros 0.26.4", + "strum_macros 0.27.2", "tokio", ] @@ -9215,14 +9215,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.87", ] diff --git a/token/cli/Cargo.toml b/token/cli/Cargo.toml index c68ded8c9..dd7065962 100644 --- a/token/cli/Cargo.toml +++ b/token/cli/Cargo.toml @@ -41,7 +41,7 @@ spl-token-metadata-interface = { version = "0.6.0", path = "../../token-metadata spl-token-group-interface = { version = "0.5.0", path = "../../token-group/interface" } spl-memo = { version = "6.0", features = ["no-entrypoint"] } strum = "0.26" -strum_macros = "0.26" +strum_macros = "0.27" tokio = "1.42" [dev-dependencies] diff --git a/token/transfer-hook/cli/Cargo.toml b/token/transfer-hook/cli/Cargo.toml index 84f18e12b..79029aca4 100644 --- a/token/transfer-hook/cli/Cargo.toml +++ b/token/transfer-hook/cli/Cargo.toml @@ -20,7 +20,7 @@ solana-sdk = "2.1.0" spl-tlv-account-resolution = { version = "0.9.0", path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] } spl-transfer-hook-interface = { version = "0.9.0", path = "../interface" } strum = "0.26" -strum_macros = "0.26" +strum_macros = "0.27" tokio = { version = "1", features = ["full"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134"