Skip to content

Commit f5e83c2

Browse files
deps(deps): bump strum from 0.26.3 to 0.27.2
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 to 0.27.2. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.3...v0.27.2) --- updated-dependencies: - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35f9e93 commit f5e83c2

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

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

crates/solana-address-book/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anchor-lang = "0.31.1"
1717
anyhow = "1.0"
1818
colored = "2.1"
1919
hex = "0.4"
20-
strum = { version = "0.26", features = ["derive"] }
20+
strum = { version = "0.27", features = ["derive"] }
2121
anchor-spl = "0.31.1"
2222

2323
[dev-dependencies]

crates/testsvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ anchor-spl = { version = "0.31.1", features = ["token"] }
2121
colored = "2.1"
2222
litesvm = "0.6.1"
2323
solana-sdk = "2.2.1"
24-
strum = { version = "0.26", features = ["derive"] }
24+
strum = { version = "0.27", features = ["derive"] }

0 commit comments

Comments
 (0)