From f829054eca5149babfab8dcf2368828d1757d8dd Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:12:40 +0000 Subject: [PATCH] Update Rust crate proptest to 1.11.0 --- Cargo.lock | 15 ++++----------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0450294..02ba4f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "bitflags" -version = "2.9.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "bumpalo" @@ -444,12 +444,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - [[package]] name = "libc" version = "0.2.174" @@ -564,12 +558,11 @@ dependencies = [ [[package]] name = "proptest" -version = "1.7.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f" +checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" dependencies = [ "bitflags", - "lazy_static", "num-traits", "rand", "rand_chacha", diff --git a/Cargo.toml b/Cargo.toml index f214984..2ceff63 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.11.0", default-features = false, features = ["std"] } ref-cast = "1.0.24" rustc-hash = { version = "2.1.1", default-features = false } schemars = "0.8.22"