From bf0a33ceaf25090163a902762f81669652b2fe4a Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:02:42 +0000 Subject: [PATCH] Update Rust crate uuid to 1.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb9ff0e80f..5ec518a200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -654,7 +654,7 @@ update-common = { path = "update-common" } update-engine = { path = "update-engine" } url = "2.5.3" usdt = "0.5.0" -uuid = { version = "1.10.0", features = ["serde", "v4"] } +uuid = { version = "1.11.0", features = ["serde", "v4"] } uzers = "0.12" walkdir = "2.5" whoami = "1.5"