Skip to content

Commit

Permalink
[cargo] Update Rust crate rstest to 0.21.0
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| crate      | rstest  | 0.19.0 | 0.21.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 3, 2024
1 parent f046da2 commit f96d4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ toml = { version = "0.8.6", optional = true }
[dev-dependencies]
indoc = "2.0.4"
pretty_assertions = "1.4.0"
rstest = { version = "0.19.0", default-features = false }
rstest = { version = "0.21.0", default-features = false }
serde = { version = "1.0.190", features = ["derive"] }
tempfile = "3.8.1"

Expand Down

0 comments on commit f96d4ab

Please sign in to comment.