Skip to content

Commit 3531bc0

Browse files
build(deps): bump solana-account from 3.0.0 to 3.1.0 (#96)
Bumps [solana-account](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 dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8beffa commit 3531bc0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 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.0.0"
27+
solana-account = "3.1.0"
2828
solana-client = "2.3.4"
2929
solana-config-interface = { version = "1.0.0" }
3030
solana-instruction = "3.0.0"

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.0.0", optional = true }
15+
solana-account = { version = "3.1.0", optional = true }
1616
solana-instruction = { version = "3.0.0", optional = true, features = [
1717
"bincode",
1818
] }

0 commit comments

Comments
 (0)