From f4ce7fc233fc6139595a357aaa84d6a99173f606 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:19:14 +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 8f4ba04ad1..64eeef58d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -651,7 +651,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"