diff --git a/tlv-account-resolution/Cargo.toml b/tlv-account-resolution/Cargo.toml index 25ccd26..198c15f 100644 --- a/tlv-account-resolution/Cargo.toml +++ b/tlv-account-resolution/Cargo.toml @@ -22,7 +22,7 @@ solana-program-error = "3.0.0" solana-pubkey = { version = "3.0.0", features = ["curve25519"] } spl-discriminator = { version = "0.5.1", path = "../discriminator" } spl-list-view = { version = "0.1.1", path = "../list-view" } -spl-pod = { version = "0.7.2", path = "../pod" } +spl-pod = { version = "0.7.4", path = "../pod" } spl-type-length-value = { version = "0.9.0", path = "../type-length-value" } thiserror = "2.0"