diff --git a/Cargo.lock b/Cargo.lock index 0656ba2..8afdac1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,9 +680,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 45d7872..266326c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ numpy = "0.22" # Development and benchmarking criterion = "0.5" -proptest = "1.4" +proptest = "1.10" pdatastructs = "0.7" probabilistic-collections = "0.7" streaming_algorithms = "0.3"