diff --git a/Cargo.lock b/Cargo.lock index 3a428f450..48f431704 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -823,7 +823,7 @@ dependencies = [ [[package]] name = "newtype-uuid" -version = "1.0.1" +version = "1.1.0" dependencies = [ "schemars", "serde", diff --git a/crates/integration-tests/Cargo.toml b/crates/integration-tests/Cargo.toml index baf041739..5bfa943cc 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.0.1", path = "../newtype-uuid" } +newtype-uuid = { version = "1.1.0", path = "../newtype-uuid" } dropshot = { version = "0.10.0", optional = true } expectorate = { version = "1.0.6", optional = true } prettyplease = { version = "0.2.17", optional = true } diff --git a/crates/newtype-uuid/Cargo.toml b/crates/newtype-uuid/Cargo.toml index adfae8f52..e0be727d2 100644 --- a/crates/newtype-uuid/Cargo.toml +++ b/crates/newtype-uuid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newtype-uuid" -version = "1.0.1" +version = "1.1.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/oxidecomputer/newtype-uuid"