From a68b02e1d370cf6fbf7d93750abcff50b1f97b18 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 03:38:59 +0000 Subject: [PATCH] Update Rust crate uuid to 1.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e421ab3..b0892b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,6 +58,6 @@ toml = "1" tracing = "0.1.44" tracing-subscriber = "0.3.22" url = "2.5.8" -uuid = "1.21.0" +uuid = "1.22.0" valuable = "0.1.1" yup-oauth2 = "12.1.2"