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

Commit d49640b

Browse files
build(deps): bump strum from 0.24.1 to 0.25.0 (#4561)
Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0. - [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 a5ec0ed commit d49640b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 8 additions & 2 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
@@ -31,7 +31,7 @@ spl-token-2022 = { version = "0.6", path="../program-2022", features = [ "no-ent
3131
spl-token-client = { version = "0.5", path="../client" }
3232
spl-associated-token-account = { version = "1.1", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
3333
spl-memo = { version = "3.0.1", path="../../memo/program", features = ["no-entrypoint"] }
34-
strum = "0.24"
34+
strum = "0.25"
3535
strum_macros = "0.25"
3636
tokio = "1.14"
3737

0 commit comments

Comments
 (0)