Skip to content

Commit 2f478ae

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

File tree

3 files changed

+30
-10
lines changed

3 files changed

+30
-10
lines changed

Cargo.lock

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

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ num-derive = "^0.4"
1818
num-traits = "^0.2"
1919
serde = { version = "^1.0", features = ["derive"], optional = true }
2020
serde_with = { version = "^3.15", optional = true }
21-
solana-account-info = "3.0.0"
21+
solana-account-info = "3.1.0"
2222
solana-cpi = "3.0.0"
2323
solana-instruction = "3.0.0"
2424
solana-program-entrypoint = "3.0.0"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
no-entrypoint = []
1212

1313
[dependencies]
14-
solana-account-info = "3.0.0"
14+
solana-account-info = "3.1.0"
1515
solana-instruction = "3.0.0"
1616
solana-msg = "3.0.0"
1717
solana-program-entrypoint = "3.0.0"

0 commit comments

Comments
 (0)