diff --git a/Cargo.toml b/Cargo.toml index aacafb31..a4cb5d7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ serde = { version = "1.0", features = ["derive"] } hostname = "0.3" thiserror = "1.0" dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main" } -schemars = { version = "0.8", features = [ "uuid", "chrono" ] } +schemars = { version = "0.8", features = [ "uuid1", "chrono" ] } tokio = { version = "1.36", features = ["full"] } serde_repr = "0.1" anyhow = "1.0"