From 7f68f20e6886af9d505c8257bf2a3a80f4aed13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:23:04 +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 | 5 ++--- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea3d1c39c..c22d650a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2670,14 +2670,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 2.10.0", - "lazy_static", "num-traits", "rand", "rand_chacha", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 1f4899c12..0c7bf1372 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -87,7 +87,7 @@ uuid = { version = "1.18.1", features = ["v4"] } signal-hook-registry = "1.4.6" envy = { version = "0.4.2" } serde = "1.0" -proptest = "1.8.0" +proptest = "1.9.0" tempfile = "3.23.0" crossbeam-queue = "0.3.12" tracing-serde = "0.2.0"