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

Commit ebcaa86

Browse files
build(deps): bump strum_macros from 0.24.3 to 0.25.0 (#4560)
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.3 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_macros 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 85ab052 commit ebcaa86

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

Cargo.lock

Lines changed: 20 additions & 7 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
@@ -32,7 +32,7 @@ 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"] }
3434
strum = "0.24"
35-
strum_macros = "0.24"
35+
strum_macros = "0.25"
3636
tokio = "1.14"
3737

3838
[dev-dependencies]

0 commit comments

Comments
 (0)