From 5f5234408a2a215146eefddcc0d86620031430d4 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 04:20:40 +0000 Subject: [PATCH] Update Rust crate uuid to 1.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41a1eeb..2c331fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,6 +70,6 @@ toml = "1" tracing = "0.1.44" tracing-subscriber = "0.3.23" url = "2.5.8" -uuid = "1.24.0" +uuid = "1.26.0" valuable = "0.1.1" yup-oauth2 = { version = "12.1.2", default-features = false, features = ["hyper-rustls", "service-account", "aws-lc-rs"] }