From 7e745361d6106126245226e9bc9ea4998144d6b0 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 04:17:37 +0000 Subject: [PATCH] Update Rust crate newtype-uuid to 1.3.2 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c6c933..6258fec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1099,7 +1099,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1285,9 +1285,9 @@ dependencies = [ [[package]] name = "newtype-uuid" -version = "1.3.1" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d1216f62e63be5fb25a9ecd1e2b37b1556a9b8c02f4831770f5d01df85c226" +checksum = "5c012d14ef788ab066a347d19e3dda699916c92293b05b85ba2c76b8c82d2830" dependencies = [ "schemars 0.8.22", "serde", @@ -1643,7 +1643,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0f17be9..c54b675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ http-body-util = "0.1.3" hyper = "1.7.0" jsonwebtoken = "9.3.1" mockall = "0.13.1" -newtype-uuid = { version = "1.3.1", features = ["schemars08", "serde", "v4"] } +newtype-uuid = { version = "1.3.2", features = ["schemars08", "serde", "v4"] } oauth2 = { version = "5.0.0", default-features = false, features = ["rustls-tls"] } partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } proc-macro2 = "1"