diff --git a/Cargo.lock b/Cargo.lock index fda2f34..6120fa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,9 +114,9 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitflags" -version = "2.9.3" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d" +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "block-buffer" @@ -915,9 +915,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 99ef345..c00c877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ ndarray = "^0.17.2" num-bigint = "^0.4.6" num-bigint-dig = "^0.9.1" num-traits = "^0.2.19" -proptest = "^1.9.0" +proptest = "^1.10.0" prost = "^0.14.3" prost-build = "^0.14.3" pulp = "^0.22.2"