From 0daf38e07a58ff84ee0548810c24ed1d13cab5b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:13:22 +0000 Subject: [PATCH] Bump proptest from 1.8.0 to 1.9.0 Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++--------- googletest/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3534da3e..03a76ad3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,12 +224,6 @@ dependencies = [ "tokio", ] -[[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.169" @@ -310,14 +304,13 @@ dependencies = [ [[package]] name = "proptest" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce" +checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" dependencies = [ "bit-set", "bit-vec", "bitflags", - "lazy_static", "num-traits", "rand 0.9.1", "rand_chacha", diff --git a/googletest/Cargo.toml b/googletest/Cargo.toml index 3b3efddf..a7240981 100644 --- a/googletest/Cargo.toml +++ b/googletest/Cargo.toml @@ -34,7 +34,7 @@ authors = [ googletest_macro = { path = "../googletest_macro", version = "0.14.2" } anyhow = { version = "1", optional = true } num-traits = "0.2.17" -proptest = { version = "1.8.0", optional = true } +proptest = { version = "1.9.0", optional = true } regex = "1.12.2" rustversion = "1.0.22"