diff --git a/Cargo.lock b/Cargo.lock index 3def37011..949308274 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -823,7 +823,7 @@ dependencies = [ [[package]] name = "newtype-uuid" -version = "1.0.0" +version = "1.0.1" dependencies = [ "schemars", "serde", diff --git a/crates/integration-tests/Cargo.toml b/crates/integration-tests/Cargo.toml index 80d4584b8..cd8949272 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.0", path = "../newtype-uuid" } +newtype-uuid = { version = "1.0.1", path = "../newtype-uuid" } dropshot = { version = "0.10.0", optional = true } expectorate = { version = "1.0.6", optional = true } prettyplease = { version = "0.2.16", optional = true } diff --git a/crates/newtype-uuid/Cargo.toml b/crates/newtype-uuid/Cargo.toml index c79013c90..cdd6ae399 100644 --- a/crates/newtype-uuid/Cargo.toml +++ b/crates/newtype-uuid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newtype-uuid" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/oxidecomputer/newtype-uuid"