From 3445105451484d5606f82470b2e9c731ece4a4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 04:03:05 +0000 Subject: [PATCH] Bump proptest from 1.7.0 to 1.8.0 Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.7.0 to 1.8.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.7.0...v1.8.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- unity-hub/Cargo.toml | 2 +- unity-version/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6ee7b41..7164c891 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1620,9 +1620,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f" +checksum = "2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce" dependencies = [ "bit-set", "bit-vec", diff --git a/unity-hub/Cargo.toml b/unity-hub/Cargo.toml index ee53756d..13833b69 100644 --- a/unity-hub/Cargo.toml +++ b/unity-hub/Cargo.toml @@ -19,7 +19,7 @@ uvm_live_platform = { path = "../uvm_live_platform", version = "0.4.3" } log = { workspace = true } serde_json = { workspace = true } serde = { workspace = true } -proptest = "1.4.0" +proptest = "1.8.0" tempfile = "3.17.1" plist = "1.7.0" anyhow = { workspace = true } diff --git a/unity-version/Cargo.toml b/unity-version/Cargo.toml index 264aebc3..9e6e3e7f 100644 --- a/unity-version/Cargo.toml +++ b/unity-version/Cargo.toml @@ -35,5 +35,5 @@ widestring = "1.2.0" libc = "0.2.80" [dev-dependencies] -proptest = "1.4.0" +proptest = "1.8.0" quickcheck = "1.0.3"