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"