From 48b4e9f963218ea7a46e1dfdd90349466498957c Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 20 Jan 2025 00:26:19 +0000 Subject: [PATCH] Update Rust crate uuid to v1.12.0 --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 736e559..0ec8f89 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2390,9 +2390,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.11.1" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" +checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" dependencies = [ "getrandom", ] -- 2.47.1