Skip to content

Commit

Permalink
Merge pull request #650 from loco-rs/bump-rstest-crate
Browse files Browse the repository at this point in the history
bump rstest crate to 0.21.0
  • Loading branch information
kaplanelad authored Jul 23, 2024
2 parents 53233cb + 1962852 commit c6b2615
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ features = ["testing"]

[dev-dependencies]
loco-rs = { path = ".", features = ["testing"] }
rstest = "0.18.2"
rstest = "0.21.0"
insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
2 changes: 1 addition & 1 deletion examples/demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ required-features = []

[dev-dependencies]
serial_test = "2.0.0"
rstest = "0.18.2"
rstest = "0.21.0"
loco-rs = { version = "*", path = "../../", features = ["testing"] }
trycmd = "0.14.19"
insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/llm-candle-inference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ required-features = []

[dev-dependencies]
serial_test = "3.0.0"
rstest = "0.19.0"
rstest = "0.21.0"
loco-rs = { version = "*", path = "../../", default-features = false, features = [
"cli",
"testing",
Expand Down
2 changes: 1 addition & 1 deletion starters/lightweight-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ required-features = []

[dev-dependencies]
serial_test = "*"
rstest = "*"
rstest = "0.21.0"
loco-rs = { version = "0.6.2", default-features = false, features = [
"testing",
"cli",
Expand Down
2 changes: 1 addition & 1 deletion starters/rest-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ required-features = []

[dev-dependencies]
serial_test = "2.0.0"
rstest = "0.18.2"
rstest = "0.21.0"
loco-rs = { version = "0.6.2", features = ["testing"] }
insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }
2 changes: 1 addition & 1 deletion starters/saas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ required-features = []

[dev-dependencies]
serial_test = "2.0.0"
rstest = "0.18.2"
rstest = "0.21.0"
loco-rs = { version = "0.6.2", features = ["testing"] }
insta = { version = "1.34.0", features = ["redactions", "yaml", "filters"] }

0 comments on commit c6b2615

Please sign in to comment.