diff --git a/Cargo.lock b/Cargo.lock index bd5f26f0..0f8acb47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" [[package]] name = "bitflags" -version = "2.9.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "bstr" @@ -272,14 +272,13 @@ dependencies = [ [[package]] name = "proptest" -version = "1.7.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f" +checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" dependencies = [ "bit-set", "bit-vec", "bitflags", - "lazy_static", "num-traits", "rand", "rand_chacha", diff --git a/Cargo.toml b/Cargo.toml index 0e5ac36f..f54142da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ indexmap = "2.11.4" newtype-uuid = "1.3.2" owo-colors = "4.1.0" pretty_assertions = "1.4.1" -proptest = "1.7.0" +proptest = "1.11.0" quick-junit = { path = "crates/quick-junit" } quick-xml = "0.38.4" strip-ansi-escapes = "0.2.1"