Skip to content

Commit 48332bf

Browse files
authored
Merge pull request #4 from macalinao/dependabot/cargo/strum-0.27.2
deps(deps): bump strum from 0.26.3 to 0.27.2
2 parents 35f9e93 + f5e83c2 commit 48332bf

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)