diff --git a/bubblegum/program/Cargo.toml b/bubblegum/program/Cargo.toml index a30ab2304e..aa46e0e82d 100644 --- a/bubblegum/program/Cargo.toml +++ b/bubblegum/program/Cargo.toml @@ -19,7 +19,7 @@ anchor-lang = { version = "0.25.0", features = ["init-if-needed"] } anchor-spl = { version = "0.25.0" } spl-token = { version = "3.3.0", features = ["no-entrypoint"] } spl-associated-token-account = { version = "1.0.5", features = ["no-entrypoint"] } -mpl-token-metadata = { version = "1.3.3", features = ["no-entrypoint"] } +mpl-token-metadata = { version = "1.3.6", features = ["no-entrypoint"] } spl-compression = { git = "https://github.com/solana-labs/solana-program-library", rev = "7c7507f4ec1f320bbc33af459d4d8b5573a6a906", features = ["cpi"] } bytemuck = "1.8.0" solana-program = "1.10.29"