From a33b3c9a009969eb967ecfaf0976340522c83d19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:13:50 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7eeebb1..d1850368 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ rstest = "0.26.1" sequoia-openpgp = { version = "2.4.1", default-features = false, features = ["crypto-openssl"] } unicode-segmentation = "1.13.3" url = "2.5.8" -uuid = { version = "1.23.4", features = ["v4"] } +uuid = { version = "1.24.0", features = ["v4"] } walkdir = "2.5.0" wiremock = "0.6.5"