From e0116cc1f21ae3cf0c27aa77ead6ede630faed36 Mon Sep 17 00:00:00 2001 From: Riordan Panayides Date: Fri, 11 Nov 2022 19:07:22 +0000 Subject: [PATCH] 1.10.35 compatibility --- spl/Cargo.toml | 4 ++-- tests/cfo/programs/cfo/Cargo.toml | 2 +- tests/zero-copy/programs/zero-copy/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spl/Cargo.toml b/spl/Cargo.toml index 426301f5..7f46f9fc 100644 --- a/spl/Cargo.toml +++ b/spl/Cargo.toml @@ -22,6 +22,6 @@ dex = ["serum_dex"] anchor-lang = { path = "../lang", version = "0.25.0", features = ["derive"] } serum_dex = { git = "https://github.com/project-serum/serum-dex", rev = "1be91f2", version = "0.4.0", features = ["no-entrypoint"], optional = true } solana-program = "~1.10.29" -spl-token = { version = "~3.3.0", features = ["no-entrypoint"], optional = true } -spl-associated-token-account = { version = "~1.0.3", features = ["no-entrypoint"], optional = true } +spl-token = { version = "~3.5.0", features = ["no-entrypoint"], optional = true } +spl-associated-token-account = { version = "~1.1.1", features = ["no-entrypoint"], optional = true } mpl-token-metadata = { version = "1.2.7", optional = true, features = ["no-entrypoint"] } diff --git a/tests/cfo/programs/cfo/Cargo.toml b/tests/cfo/programs/cfo/Cargo.toml index b6260afa..9bc37fab 100644 --- a/tests/cfo/programs/cfo/Cargo.toml +++ b/tests/cfo/programs/cfo/Cargo.toml @@ -19,7 +19,7 @@ test = [] [dependencies] anchor-lang = { path = "../../../../lang" } anchor-spl = { path = "../../../../spl" } -spl-token = { version = "~3.3.0", features = ["no-entrypoint"] } +spl-token = { version = "~3.5.0", features = ["no-entrypoint"] } swap = { path = "../../deps/swap/programs/swap", features = ["cpi"] } serum_dex = { path = "../../deps/serum-dex/dex", features = ["no-entrypoint"] } registry = { path = "../../deps/stake/programs/registry", features = ["cpi"] } diff --git a/tests/zero-copy/programs/zero-copy/Cargo.toml b/tests/zero-copy/programs/zero-copy/Cargo.toml index 4f771190..583ae16c 100644 --- a/tests/zero-copy/programs/zero-copy/Cargo.toml +++ b/tests/zero-copy/programs/zero-copy/Cargo.toml @@ -22,4 +22,4 @@ anchor-lang = { path = "../../../../lang" } [dev-dependencies] anchor-client = { path = "../../../../client", features = ["debug"] } bytemuck = "1.4.0" -solana-program-test = "1.9.13" +solana-program-test = "1.10.35"