From f35ece8b676d77073b16566ce311c3a8c949b949 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 04:13:40 +0000 Subject: [PATCH] Update Rust crate expectorate to 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4097afd04..610ba5a24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ rust-version = "1.67" [workspace.dependencies] dropshot = "0.10.0" -expectorate = "1.0.6" +expectorate = "1.1.0" newtype-uuid = { path = "crates/newtype-uuid" } prettyplease = "0.2.22" # Ideally we'd let you use no-std proptest, but proptest requires either the std