diff --git a/Cargo.lock b/Cargo.lock index ef20d55e8..d175a52f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1649,9 +1649,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/Cargo.toml b/Cargo.toml index 9634481ee..d7087ffcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ flate2 = "1.0" criterion = { version = "0.8", features = ["html_reports", "async_tokio"] } tempfile = "3.23" libc = "0.2" -proptest = "1.9.0" +proptest = "1.10.0" serial_test = "3.3.1" # Benchmark configurations