Skip to content

Commit 59d9283

Browse files
build(deps): bump solana-account from 3.1.0 to 3.2.0
Bumps [solana-account](https://github.com/anza-xyz/solana-sdk) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/[email protected]@v3.2.0) --- updated-dependencies: - dependency-name: solana-account dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fae3ba commit 59d9283

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

clients/rust-legacy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bincode = "1.3.2"
2525
bytemuck = "1.24.0"
2626
futures = "0.3.31"
2727
futures-util = "0.3"
28-
solana-account = "3.0.0"
28+
solana-account = "3.2.0"
2929
solana-banks-client = { version = "3.0.0", optional = true }
3030
solana-banks-interface = { version = "3.0.0", optional = true }
3131
solana-compute-budget-interface = "3.0.0"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spl-token-confidential-transfer-proof-generation = { version = "0.5.0", path = "
6262
lazy_static = "1.5.0"
6363
proptest = "1.9"
6464
serial_test = "3.2.0"
65-
solana-account = "3.0.0"
65+
solana-account = "3.2.0"
6666
solana-hash = "3.0.0"
6767
solana-keypair = "3.0.0"
6868
solana-program-test = "3.0.0"

0 commit comments

Comments
 (0)