From b11a9175aefbdf76267332af8856d572df6ec333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 04:32:32 +0000 Subject: [PATCH] build(deps): bump proptest from 1.10.0 to 1.11.0 Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cmov/Cargo.toml | 2 +- ctutils/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1dc8a8c..19e5aaf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,9 +307,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532" +checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" dependencies = [ "bit-set", "bit-vec", diff --git a/cmov/Cargo.toml b/cmov/Cargo.toml index c607768a..41c01fb2 100644 --- a/cmov/Cargo.toml +++ b/cmov/Cargo.toml @@ -18,7 +18,7 @@ portable "best-effort" pure Rust fallback implementation. """ [target.'cfg(any(unix, windows))'.dev-dependencies] -proptest = "1.9" +proptest = "1.11" [lints] workspace = true diff --git a/ctutils/Cargo.toml b/ctutils/Cargo.toml index 587129d5..2d384db1 100644 --- a/ctutils/Cargo.toml +++ b/ctutils/Cargo.toml @@ -23,7 +23,7 @@ cmov = "0.5.1" subtle = { version = "2", optional = true, default-features = false } [dev-dependencies] -proptest = "1.9" +proptest = "1.11" [features] alloc = []