Skip to content

Commit 97383f6

Browse files
build(deps): bump spl-tlv-account-resolution from 0.11.0 to 0.11.1
Bumps [spl-tlv-account-resolution](https://github.com/solana-program/libraries) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/solana-program/libraries/releases) - [Commits](https://github.com/solana-program/libraries/compare/[email protected]@v0.11.1) --- updated-dependencies: - dependency-name: spl-tlv-account-resolution dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b14c7c3 commit 97383f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

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

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ solana-signature = "3.0.0"
2525
solana-signer = "3.0.0"
2626
solana-system-interface = "2"
2727
solana-transaction = "3.0.0"
28-
spl-tlv-account-resolution = { version = "0.11.0", features = ["serde-traits"] }
28+
spl-tlv-account-resolution = { version = "0.11.1", features = ["serde-traits"] }
2929
spl-transfer-hook-interface = { version = "2.0.0", path = "../../interface" }
3030
strum = "0.27"
3131
strum_macros = "0.27"

interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ solana-sdk-ids = "3.0.0"
2424
solana-system-interface = "2.0.0"
2525
spl-discriminator = "0.5.1"
2626
spl-program-error = "0.8.0"
27-
spl-tlv-account-resolution = "0.11.0"
27+
spl-tlv-account-resolution = "0.11.1"
2828
spl-type-length-value = "0.9.0"
2929
spl-pod = "0.7.1"
3030
thiserror = "2.0"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ solana-program-entrypoint = "3.0.0"
2323
solana-program-error = "3.0.0"
2424
solana-pubkey = "3.0.0"
2525
solana-system-interface = { version = "2", features = ["bincode"] }
26-
spl-tlv-account-resolution = "0.11.0"
26+
spl-tlv-account-resolution = "0.11.1"
2727
spl-token-2022-interface = "2.0.0"
2828
spl-transfer-hook-interface = { version = "2.0.0", path = "../interface" }
2929
spl-type-length-value = "0.9.0"

0 commit comments

Comments
 (0)