diff --git a/Cargo.lock b/Cargo.lock index db502cecc3f..a42ddf30d30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,9 +1946,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d6ddf4877c954130eb46772d1efba4ec0f5b3ee3189925d6a78ee61c41227f" +checksum = "7c003ac8c77cb07bb74f5f198bce836a689bcd5a42574612bf14d17bfd08c20e" dependencies = [ "bit-set", "bit-vec", diff --git a/nextest-filtering/Cargo.toml b/nextest-filtering/Cargo.toml index 968ff9de20a..3174f7642eb 100644 --- a/nextest-filtering/Cargo.toml +++ b/nextest-filtering/Cargo.toml @@ -36,7 +36,7 @@ regex = "1.9.6" regex-syntax = "0.7.5" thiserror = "1.0.49" nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" } -proptest = { version = "1.3.0", optional = true } +proptest = { version = "1.3.1", optional = true } test-strategy = { version = "0.3.1", optional = true } twox-hash = { version = "1.6.3", optional = true } @@ -44,5 +44,5 @@ twox-hash = { version = "1.6.3", optional = true } clap = { version = "4.4.6", features = ["derive"] } camino = "1.1.6" test-case = "3.2.1" -proptest = { version = "1.3.0" } +proptest = { version = "1.3.1" } test-strategy = { version = "0.3.1" } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 131c14d34d7..71ec84876fb 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -134,7 +134,7 @@ indoc = "2.0.4" maplit = "1.0.2" pathdiff = { version = "0.2.1", features = ["camino"] } pretty_assertions = "1.4.0" -proptest = "1.3.0" +proptest = "1.3.1" proptest-derive = "0.4.0" test-case = "3.2.1"