Skip to content

Commit 225ae89

Browse files
build(deps): bump solana-account from 3.4.0 to 4.2.0
Bumps [solana-account](https://github.com/anza-xyz/solana-sdk) from 3.4.0 to 4.2.0. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/compare/account@v3.4.0...hash@v4.2.0) --- updated-dependencies: - dependency-name: solana-account dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2771cbc commit 225ae89

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ num-derive = "0.4"
2424
num-traits = "0.2"
2525
serde = "1.0.228"
2626
serde_derive = "1.0.193"
27-
solana-account = "3.1.0"
27+
solana-account = "4.2.0"
2828
solana-account-info = "3.1.1"
2929
solana-bincode = "3.1.0"
3030
solana-client = "3.1.9"

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = { workspace = true }
1212
bincode = { workspace = true, optional = true }
1313
serde = { workspace = true, optional = true }
1414
serde_derive = { workspace = true, optional = true }
15-
solana-account = { version = "3.1.0", optional = true }
15+
solana-account = { version = "4.2.0", optional = true }
1616
solana-instruction = { version = "3.2.0", optional = true, features = [
1717
"bincode",
1818
] }

0 commit comments

Comments
 (0)