From 095bbd15cfba68c2fa35f05380e33fe05c77ef28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:10:00 +0000 Subject: [PATCH] chore(deps): Bump proptest from 1.7.0 to 1.9.0 Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.7.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.7.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 | 5 ++--- unity-hub/Cargo.toml | 2 +- unity-version/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a8e9a04..c47c16da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1626,14 +1626,13 @@ dependencies = [ [[package]] name = "proptest" -version = "1.7.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f" +checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40" dependencies = [ "bit-set", "bit-vec", "bitflags 2.9.4", - "lazy_static", "num-traits", "rand 0.9.2", "rand_chacha", diff --git a/unity-hub/Cargo.toml b/unity-hub/Cargo.toml index 42857cff..7d3f42c3 100644 --- a/unity-hub/Cargo.toml +++ b/unity-hub/Cargo.toml @@ -19,7 +19,7 @@ uvm_live_platform = { path = "../uvm_live_platform", version = "0.7.0" } log = { workspace = true } serde_json = { workspace = true } serde = { workspace = true } -proptest = "1.4.0" +proptest = "1.9.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 4db14374..1180e75c 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.9.0" quickcheck = "1.0.3"