From e469288a1e3bd1af1aa722f2e04ca2bdd04942fd Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 04:52:56 +0000 Subject: [PATCH] Update Rust crate uuid to 1.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab0efb20c33..43ec3a17872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -538,7 +538,7 @@ update-common = { path = "update-common" } update-engine = { path = "update-engine" } url = "2.5.0" usdt = "0.5.0" -uuid = { version = "1.8.0", features = ["serde", "v4"] } +uuid = { version = "1.10.0", features = ["serde", "v4"] } uzers = "0.11" walkdir = "2.5" whoami = "1.5"