diff --git a/Cargo.lock b/Cargo.lock index 113847d8f7d..e0d3b0d8a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2007,9 +2007,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" +checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" dependencies = [ "bit-set", "bit-vec", diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index d25083b5085..f28335d3e0b 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -34,7 +34,7 @@ regex = "1.10.5" regex-syntax = "0.8.4" thiserror = "1.0.61" nextest-metadata.workspace = true -proptest = { version = "1.4.0", optional = true } +proptest = { version = "1.5.0", optional = true } test-strategy = { version = "0.4.0", optional = true } xxhash-rust = { version = "0.8.11", features = ["xxh3"], optional = true } nextest-workspace-hack.workspace = true @@ -44,5 +44,5 @@ winnow = "0.6.13" clap = { version = "4.5.9", features = ["derive"] } camino = "1.1.7" test-case = "3.3.1" -proptest = { version = "1.4.0" } +proptest = { version = "1.5.0" } test-strategy = { version = "0.4.0" } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index cb61721cb04..86eb027c844 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -138,7 +138,7 @@ insta = { version = "1.39.0", default-features = false } maplit = "1.0.2" pathdiff = { version = "0.2.1", features = ["camino"] } pretty_assertions = "1.4.0" -proptest = "1.4.0" +proptest = "1.5.0" test-strategy = "0.4.0" test-case = "3.3.1"