From ef3b5105b628d480d0fc2d64cfc1862aa65685a2 Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 7 Nov 2024 10:14:06 +0000 Subject: [PATCH] [newtype-uuid] version 1.1.3 --- Cargo.lock | 2 +- crates/integration-tests/Cargo.toml | 2 +- crates/newtype-uuid/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a8af7ec0..891710130 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -823,7 +823,7 @@ dependencies = [ [[package]] name = "newtype-uuid" -version = "1.1.2" +version = "1.1.3" dependencies = [ "schemars", "serde", diff --git a/crates/integration-tests/Cargo.toml b/crates/integration-tests/Cargo.toml index dfe41307f..1ecd5513b 100644 --- a/crates/integration-tests/Cargo.toml +++ b/crates/integration-tests/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" publish = false [dependencies] -newtype-uuid = { version = "1.1.2", path = "../newtype-uuid" } +newtype-uuid = { version = "1.1.3", path = "../newtype-uuid" } dropshot = { version = "0.10.0", optional = true } expectorate = { version = "1.0.6", optional = true } prettyplease = { version = "0.2.22", optional = true } diff --git a/crates/newtype-uuid/Cargo.toml b/crates/newtype-uuid/Cargo.toml index 19cee267a..66b38a10c 100644 --- a/crates/newtype-uuid/Cargo.toml +++ b/crates/newtype-uuid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newtype-uuid" -version = "1.1.2" +version = "1.1.3" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/oxidecomputer/newtype-uuid"