From 127af96624a0662f15057b81f9ea90ba805dc519 Mon Sep 17 00:00:00 2001 From: n00m4d Date: Wed, 16 Oct 2024 14:15:03 +0200 Subject: [PATCH] chore: update dependencies --- blockbuster/Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/blockbuster/Cargo.toml b/blockbuster/Cargo.toml index 778ac86..cff282f 100644 --- a/blockbuster/Cargo.toml +++ b/blockbuster/Cargo.toml @@ -9,14 +9,12 @@ edition = "2021" readme = "../README.md" [dependencies] -bytemuck = { version = "1.17.0", features = ["derive"] } +bytemuck = { version = "1.18.0", features = ["derive"] } spl-token-2022 = { version = "1.0", features = ["no-entrypoint"] } -# Update these deps to original SPL crate after merging 'feature/init_with_root' changes into original repo. -spl-account-compression = { git = "https://github.com/StanChe/solana-program-library.git", rev = "f343436", features = ["no-entrypoint"] } -spl-noop = { git = "https://github.com/StanChe/solana-program-library.git", rev = "f343436", features = ["no-entrypoint"] } -mpl-bubblegum = { git = "https://github.com/adm-metaex/mpl-bubblegum", rev = "d27bc9b", features = ["test-sbf", "serde"] } -# ^^^ +spl-account-compression = { git = "https://github.com/solana-labs/solana-program-library.git", rev = "b8615ab", features = ["no-entrypoint"] } +spl-noop = { git = "https://github.com/solana-labs/solana-program-library.git", rev = "b8615ab", features = ["no-entrypoint"] } +mpl-bubblegum = { git = "https://github.com/metaplex-foundation/mpl-bubblegum.git", rev = "07678e6", features = ["test-sbf", "serde"] } mpl-core = { version = "=0.8.0-beta.1", features = ["serde"] } mpl-token-metadata = { version = "4.1.1", features = ["serde"] }