From 8805dc65a0bdcf5a3399da3ccacb2a87f303e9a9 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 04:20:31 +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 7485803312..3ae43a5b1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -646,7 +646,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"