Bump spl-token (#26902)

This commit is contained in:
Tyera Eulberg 2022-08-03 01:51:43 -07:00 committed by GitHub
parent 6892970c19
commit 7c58c8a641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 9 deletions

5
Cargo.lock generated
View File

@ -6685,11 +6685,12 @@ dependencies = [
[[package]]
name = "spl-token"
version = "3.3.0"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cc67166ef99d10c18cb5e9c208901e6d8255c6513bb1f877977eba48e6cc4fb"
checksum = "32d05653bed5932064a287340dbc8a3cb298ee717e5c7ec3353d7cdb9f8fb7e1"
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
"num_enum",

View File

@ -22,7 +22,7 @@ serde_json = "1.0.81"
solana-config-program = { path = "../programs/config", version = "=1.11.5" }
solana-sdk = { path = "../sdk", version = "=1.11.5" }
solana-vote-program = { path = "../programs/vote", version = "=1.11.5" }
spl-token = { version = "=3.3.0", features = ["no-entrypoint"] }
spl-token = { version = "=3.3.1", features = ["no-entrypoint"] }
spl-token-2022 = { version = "=0.4.2", features = ["no-entrypoint"] }
thiserror = "1.0"
zstd = "0.11.2"

View File

@ -26,7 +26,7 @@ solana-sdk = { path = "../sdk", version = "=1.11.5" }
solana-streamer = { path = "../streamer", version = "=1.11.5" }
solana-transaction-status = { path = "../transaction-status", version = "=1.11.5" }
solana-version = { path = "../version", version = "=1.11.5" }
spl-token = { version = "=3.3.0", features = ["no-entrypoint"] }
spl-token = { version = "=3.3.1", features = ["no-entrypoint"] }
[dev-dependencies]
solana-core = { path = "../core", version = "=1.11.5" }

View File

@ -5875,11 +5875,12 @@ dependencies = [
[[package]]
name = "spl-token"
version = "3.3.0"
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cc67166ef99d10c18cb5e9c208901e6d8255c6513bb1f877977eba48e6cc4fb"
checksum = "32d05653bed5932064a287340dbc8a3cb298ee717e5c7ec3353d7cdb9f8fb7e1"
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
"num_enum",

View File

@ -49,7 +49,7 @@ solana-streamer = { path = "../streamer", version = "=1.11.5" }
solana-transaction-status = { path = "../transaction-status", version = "=1.11.5" }
solana-version = { path = "../version", version = "=1.11.5" }
solana-vote-program = { path = "../programs/vote", version = "=1.11.5" }
spl-token = { version = "=3.3.0", features = ["no-entrypoint"] }
spl-token = { version = "=3.3.1", features = ["no-entrypoint"] }
spl-token-2022 = { version = "=0.4.2", features = ["no-entrypoint"] }
stream-cancel = "0.8.1"
thiserror = "1.0"

View File

@ -28,7 +28,7 @@ solana-sdk = { path = "../sdk", version = "=1.11.5" }
solana-transaction-status = { path = "../transaction-status", version = "=1.11.5" }
solana-version = { path = "../version", version = "=1.11.5" }
spl-associated-token-account = { version = "=1.0.5" }
spl-token = { version = "=3.3.0", features = ["no-entrypoint"] }
spl-token = { version = "=3.3.1", features = ["no-entrypoint"] }
tempfile = "3.3.0"
thiserror = "1.0"

View File

@ -28,7 +28,7 @@ solana-sdk = { path = "../sdk", version = "=1.11.5" }
solana-vote-program = { path = "../programs/vote", version = "=1.11.5" }
spl-associated-token-account = { version = "=1.0.5", features = ["no-entrypoint"] }
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
spl-token = { version = "=3.3.0", features = ["no-entrypoint"] }
spl-token = { version = "=3.3.1", features = ["no-entrypoint"] }
spl-token-2022 = { version = "=0.4.2", features = ["no-entrypoint"] }
thiserror = "1.0"