From 3693beb3a419be5793258dfd6944f41b3c5255db Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:35:33 +0000 Subject: [PATCH] Update Rust crate proptest to 1.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f214984..86afbca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ hashbrown = { version = "0.16.0", default-features = false, features = ["allocat hugealloc = "0.1.1" iddqd = { path = "crates/iddqd", default-features = false } iddqd-test-utils = { path = "crates/iddqd-test-utils" } -proptest = { version = "1.7.0", default-features = false, features = ["std"] } +proptest = { version = "1.8.0", default-features = false, features = ["std"] } ref-cast = "1.0.24" rustc-hash = { version = "2.1.1", default-features = false } schemars = "0.8.22"