diff --git a/Cargo.lock b/Cargo.lock index b1bef640f..f4b6a11b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2708,9 +2708,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37566cb3fdacef14c0737f9546df7cfeadbfbc9fef10991038bf5015d0c80532" +checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" dependencies = [ "bit-set", "bit-vec", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index c183037fc..b605d0af2 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -85,7 +85,7 @@ uuid = { version = "1.22.0", features = ["v4"] } signal-hook-registry = "1.4.8" serde = "1.0" iced-x86 = { version = "1.21", default-features = false, features = ["std", "code_asm"] } -proptest = "1.10.0" +proptest = "1.11.0" tempfile = "3.27.0" crossbeam-queue = "0.3.12" tracing-serde = "0.2.0"