Skip to content

Commit

Permalink
Update Rust crate test-case to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Nov 18, 2023
1 parent 5159354 commit 056b72e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ twox-hash = { version = "1.6.3", optional = true }
[dev-dependencies]
clap = { version = "4.4.8", features = ["derive"] }
camino = "1.1.6"
test-case = "3.3.0"
test-case = "3.3.1"
proptest = { version = "1.4.0" }
test-strategy = { version = "0.3.1" }
2 changes: 1 addition & 1 deletion nextest-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
smol_str = { version = "0.2.0", features = ["serde"] }

[dev-dependencies]
test-case = "3.3.0"
test-case = "3.3.1"
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pathdiff = { version = "0.2.1", features = ["camino"] }
pretty_assertions = "1.4.0"
proptest = "1.4.0"
proptest-derive = "0.4.0"
test-case = "3.3.0"
test-case = "3.3.1"


[[bin]]
Expand Down

0 comments on commit 056b72e

Please sign in to comment.