From 2f153ab0a2a9fbb4e698abb4065966717b458662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:33:42 +0000 Subject: [PATCH] deps(deps): bump proptest from 1.9.0 to 1.10.0 Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.9.0 to 1.10.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.9.0...v1.10.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7c02b4..8d8786d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,9 +317,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" +checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532" dependencies = [ "bit-set", "bit-vec", diff --git a/Cargo.toml b/Cargo.toml index 31dc909..895d026 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" # Optional async support tokio = { version = "1", features = ["full"], optional = true } futures = "0.3" -proptest = { version = "1.0", optional = true } +proptest = { version = "1.10", optional = true } rand = { version = "0.9", optional = true } tracing = { version = "0.1", optional = true } serde = { version = "1.0", optional = true } @@ -23,7 +23,7 @@ serde = { version = "1.0", optional = true } [dev-dependencies] tokio = { version = "1", features = ["full"] } tokio-test = "0.4" -proptest = "1.0" +proptest = "1.10" tracing-subscriber = { version = "0.3", features = ["fmt"] } tracing-test = "0.2" serde_json = "1.0"