From 5c8d35da94ca87fe2c68fc6af0c772a5601a66ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 03:06:25 +0000 Subject: [PATCH] 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 ++-- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f93b2c16b..59e427dd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,9 +2644,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/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index b36b843e8..d32578ace 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -84,7 +84,7 @@ mshv-ioctls = { version = "0.6", optional = true} uuid = { version = "1.20.0", features = ["v4"] } signal-hook-registry = "1.4.8" serde = "1.0" -proptest = "1.9.0" +proptest = "1.10.0" tempfile = "3.24.0" crossbeam-queue = "0.3.12" tracing-serde = "0.2.0"