From 46d0899d9a9e0da54dbf782e1fbe5fff889ecc07 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 18 Feb 2025 01:11:52 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to v1.13.2 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebf6e86..4a87b9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2394,9 +2394,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" +checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" dependencies = [ "getrandom 0.3.1", "rand 0.9.0",