Skip to content

Commit 14a4aef

Browse files
build(deps): bump spl-pod from 0.5.1 to 0.7.1
Bumps [spl-pod](https://github.com/solana-program/libraries) from 0.5.1 to 0.7.1. - [Release notes](https://github.com/solana-program/libraries/releases) - [Commits](https://github.com/solana-program/libraries/compare/[email protected]@v0.7.1) --- updated-dependencies: - dependency-name: spl-pod dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cecf19 commit 14a4aef

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.

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-program-error = { version = "3.0.0", features = ["borsh"] }
2323
solana-pubkey = { version = "3.0.0", features = ["borsh"] }
2424
spl-discriminator = "0.5.0"
2525
spl-type-length-value = "0.9.0"
26-
spl-pod = { version = "0.7.0", features = ["borsh"] }
26+
spl-pod = { version = "0.7.1", features = ["borsh"] }
2727
thiserror = "2.0"
2828

2929
[dev-dependencies]

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ solana-program = "2.3.0"
1818
spl-token-2022 = { version = "9.0.0", features = ["no-entrypoint"] }
1919
spl-token-metadata-interface = { version = "0.7.0" }
2020
spl-type-length-value = "0.8.0"
21-
spl-pod = "0.5.0"
21+
spl-pod = "0.7.1"
2222

2323
[dev-dependencies]
2424
solana-program-test = "2.3.4"

0 commit comments

Comments
 (0)