From 9e96c3170e13c2af7eded1baf3f16d160a733802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:53:45 +0000 Subject: [PATCH] chore(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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1bd264..6d0145d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3390,9 +3390,9 @@ checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" [[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 0.8.0", "bit-vec 0.8.0", diff --git a/Cargo.toml b/Cargo.toml index a34c54c..574c20b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ mlua = { version = "0.11", features = ["lua54", "vendored", "async", "send"] } # Testing mockall = "0.13" -proptest = "1.9" +proptest = "1.11" tokio-test = "0.4" pretty_assertions = "1.4" criterion = { version = "0.8.1", features = ["html_reports"] }