Skip to content

Commit 2558a89

Browse files
nextest-botsunshowers
authored andcommitted
chore(deps): update rust crate test-strategy to 0.4.0
1 parent 10f6b4a commit 2558a89

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextest-filtering/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ regex-syntax = "0.8.4"
3535
thiserror = "1.0.61"
3636
nextest-metadata.workspace = true
3737
proptest = { version = "1.4.0", optional = true }
38-
test-strategy = { version = "0.3.1", optional = true }
38+
test-strategy = { version = "0.4.0", optional = true }
3939
xxhash-rust = { version = "0.8.11", features = ["xxh3"], optional = true }
4040
nextest-workspace-hack.workspace = true
4141
winnow = "0.6.13"
@@ -45,4 +45,4 @@ clap = { version = "4.5.9", features = ["derive"] }
4545
camino = "1.1.7"
4646
test-case = "3.3.1"
4747
proptest = { version = "1.4.0" }
48-
test-strategy = { version = "0.3.1" }
48+
test-strategy = { version = "0.4.0" }

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ maplit = "1.0.2"
139139
pathdiff = { version = "0.2.1", features = ["camino"] }
140140
pretty_assertions = "1.4.0"
141141
proptest = "1.4.0"
142-
test-strategy = "0.3.1"
142+
test-strategy = "0.4.0"
143143
test-case = "3.3.1"
144144

145145
[[bin]]

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ xxhash-rust = { version = "0.8.11", default-features = false, features = ["xxh3"
3636

3737
[build-dependencies]
3838
cc = { version = "1.0.99", default-features = false, features = ["parallel"] }
39-
proc-macro2 = { version = "1.0.85" }
39+
proc-macro2 = { version = "1.0.86" }
4040
quote = { version = "1.0.36" }
41-
syn = { version = "2.0.66", features = ["extra-traits", "full", "visit", "visit-mut"] }
41+
syn = { version = "2.0.70", features = ["extra-traits", "full", "visit", "visit-mut"] }
4242

4343
[target.x86_64-unknown-linux-gnu.dependencies]
4444
futures-core = { version = "0.3.30" }

0 commit comments

Comments
 (0)