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"