Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 260f809

Browse files
build(deps): bump strum from 0.25.0 to 0.26.1 (#6196)
Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.26.1. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afd6031 commit 260f809

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spl-associated-token-account = { version = "2.0", path = "../../associated-token
4343
spl-memo = { version = "4.0.0", path = "../../memo/program", features = [
4444
"no-entrypoint",
4545
] }
46-
strum = "0.25"
46+
strum = "0.26"
4747
strum_macros = "0.26"
4848
tokio = "1.35"
4949

token/transfer-hook/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ solana-remote-wallet = ">=1.17.13,<=2"
1919
solana-sdk = ">=1.17.13,<=2"
2020
spl-transfer-hook-interface = { version = "0.5", path = "../interface" }
2121
spl-tlv-account-resolution = { version = "0.5.1" , path = "../../../libraries/tlv-account-resolution", features = ["serde-traits"] }
22-
strum = "0.25"
22+
strum = "0.26"
2323
strum_macros = "0.26"
2424
tokio = { version = "1", features = ["full"] }
2525
serde = { version = "1.0.196", features = ["derive"] }

0 commit comments

Comments
 (0)