Skip to content

Commit bfa304d

Browse files
build(deps): bump spl-pod from 0.5.0 to 0.5.1 (#268)
Bumps [spl-pod](https://github.com/solana-program/libraries) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/solana-program/libraries/releases) - [Commits](https://github.com/solana-program/libraries/compare/[email protected]@v0.5.1) --- updated-dependencies: - dependency-name: spl-pod dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 969cff2 commit bfa304d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.

clients/rust-legacy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bytemuck = "1.22.0"
4646
futures-util = "0.3"
4747
solana-program = "2.2.1"
4848
spl-associated-token-account = { version = "6.0.0" }
49-
spl-pod = { version = "0.5.0" }
49+
spl-pod = { version = "0.5.1" }
5050
spl-instruction-padding = { version = "0.3.0", features = ["no-entrypoint"] }
5151
spl-tlv-account-resolution = { version = "0.9.0" }
5252
test-case = "3.3"

confidential-transfer/elgamal-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ solana-sdk-ids = "2.2.1"
2626
solana-system-interface = { version = "1.0.0", features = ["bincode"] }
2727
solana-sysvar = { version = "2.2.1", features = ["bincode"] }
2828
solana-zk-sdk = "2.2.0"
29-
spl-pod = "0.5.0"
29+
spl-pod = "0.5.1"
3030
spl-token-confidential-transfer-proof-extraction = { version = "0.2.1", path = "../proof-extraction" }
3131

3232
[lib]

confidential-transfer/proof-extraction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ solana-program-error = "2.2.1"
1919
solana-pubkey = "2.2.1"
2020
solana-sdk-ids = "2.2.1"
2121
solana-zk-sdk = "2.2.0"
22-
spl-pod = "0.5.0"
22+
spl-pod = "0.5.1"
2323
thiserror = "2.0.12"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spl-token-group-interface = { version = "0.5.0" }
5252
spl-token-metadata-interface = { version = "0.6.0" }
5353
spl-transfer-hook-interface = { version = "0.9.0" }
5454
spl-type-length-value = { version = "0.7.0" }
55-
spl-pod = { version = "0.5.0" }
55+
spl-pod = { version = "0.5.1" }
5656
thiserror = "2.0"
5757
serde = { version = "1.0.218", optional = true }
5858
serde_with = { version = "3.12.0", optional = true }

0 commit comments

Comments
 (0)