From b051c03a8f4e81878fea1fd25afd2749ca8ef2a8 Mon Sep 17 00:00:00 2001 From: Samuel Vanderwaal Date: Tue, 7 Jan 2025 17:22:44 -0900 Subject: [PATCH] bump metaboss_lib (#363) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22f9255..44841db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2103,9 +2103,9 @@ dependencies = [ [[package]] name = "metaboss_lib" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1379f2f2f5d5de48e1f9922710c372c21033b5b6803e5adb8a78ad6118eb28f" +checksum = "cf9d491b3fb6eaa0a521860c82dc69886c3e2c1cef77dfcc32c186df58a650f8" dependencies = [ "anyhow", "borsh 0.10.3", diff --git a/Cargo.toml b/Cargo.toml index 211c880..89952a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ indicatif = { version = "0.16.2", features = ["rayon"] } jib = "0.9.0" lazy_static = "1.4.0" log = "0.4.20" -metaboss_lib = { version = "0.22.0" } +metaboss_lib = { version = "0.23.0" } mpl-token-metadata = { version = "4.1.2", features = ["serde"] } num_cpus = "1.16.0" once_cell = "1.19.0"