From 41ca071fc0a7ad8846f8eba29abd46ed2eb01b3e Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:28:19 +0000 Subject: [PATCH] Update Rust crate newtype-uuid to 1.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40d8f86..5e9eaad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1187,9 +1187,9 @@ dependencies = [ [[package]] name = "newtype-uuid" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a5ff2b31594942586c1520da8f1e5c705729ec67b3c2ad0fe459f0b576e4d9a" +checksum = "3526cb7c660872e401beaf3297f95f548ce3b4b4bdd8121b7c0713771d7c4a6e" dependencies = [ "schemars", "serde", diff --git a/Cargo.toml b/Cargo.toml index 004c283..241f99c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ hyper = "0.14.28" hyper-rustls = "0.24.2" jsonwebtoken = "9.3.0" mockall = "0.12.1" -newtype-uuid = { version = "1.0.1", features = ["schemars08", "serde", "v4"] } +newtype-uuid = { version = "1.1.0", features = ["schemars08", "serde", "v4"] } oauth2 = "4.4.2" partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" } proc-macro2 = "1"