Skip to content

Commit 9001760

Browse files
build(deps): bump spl-pod from 0.5.1 to 0.6.0 (#81)
Bumps [spl-pod](https://github.com/solana-program/libraries) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/solana-program/libraries/releases) - [Commits](https://github.com/solana-program/libraries/compare/pod@v0.5.1...pod@v0.6.0) --- updated-dependencies: - dependency-name: spl-pod dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8077b00 commit 9001760

File tree

3 files changed

+75
-21
lines changed

3 files changed

+75
-21
lines changed

Cargo.lock

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

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ futures = "0.3.3"
2626
solana-logger = "3.0.0"
2727
solana-ledger = "2.2.0"
2828
solana-system-interface = "1.0.0"
29-
spl-pod = "0.5.0"
29+
spl-pod = "0.6.0"
3030
solana-remote-wallet = "2.3.4"
3131
solana-sdk = "2.2.1"
3232
solana-transaction-status = "2.3.4"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde_bytes = "0.11.17"
2828
serde_derive = "1.0.210" # must match the serde version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
2929
serde_with = { version = "3.14.0", default-features = false }
3030
thiserror = "2.0"
31-
spl-pod = "0.5.1"
31+
spl-pod = "0.6.0"
3232

3333
[dev-dependencies]
3434
lazy_static = "1.5.0"

0 commit comments

Comments
 (0)