From bfa94eb2dbaf332e3a8d7cd9411f734f8311ad07 Mon Sep 17 00:00:00 2001 From: Michael Danenberg <56533526+danenbm@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:37:40 -0700 Subject: [PATCH] Update to mpl-core beta crate --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eea0ab1f3..f2a48155b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3481,9 +3481,9 @@ dependencies = [ [[package]] name = "mpl-core" -version = "0.8.0-alpha.2" +version = "0.8.0-beta.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f55ea55e53c13045196f36358dc841f583697d71dc6d68775ad57f98afbb68" +checksum = "1178d8a405352e2a2478abf5b62e2a4d6a91ed6f0470307ab6732614662dbf85" dependencies = [ "base64 0.22.0", "borsh 0.10.3", diff --git a/Cargo.toml b/Cargo.toml index 60104df25..a643f1f99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ metrics = "0.20.1" migration = {path = "migration"} mime_guess = "2.0.4" mpl-bubblegum = "1.2.0" -mpl-core = {version = "0.8.0-alpha.2", features = ["serde"]} +mpl-core = {version = "0.8.0-beta.1", features = ["serde"]} mpl-token-metadata = "4.1.1" nft_ingester = {path = "nft_ingester"} num-derive = "0.3.3"