From 2e18d5023e5a670f23dfed71d75ccf9186825d32 Mon Sep 17 00:00:00 2001 From: Josiah Glosson Date: Thu, 7 Aug 2025 21:23:35 -0500 Subject: [PATCH] Update rgb 0.8.50 -> 0.8.52 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 122cd271d..88a07e699 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6900,9 +6900,9 @@ dependencies = [ [[package]] name = "rgb" -version = "0.8.50" +version = "0.8.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" +checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce" dependencies = [ "bytemuck", ] diff --git a/Cargo.toml b/Cargo.toml index 5995267c9..d349ebf7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ rand_chacha = "=0.3.1" # Locked on 0.3 until we can update rand to 0.9 redis = "0.32.4" regex = "1.11.1" reqwest = { version = "0.12.22", default-features = false } -rgb = "0.8.50" +rgb = "0.8.52" rust_decimal = { version = "1.37.2", features = [ "serde-with-float", "serde-with-str",