Skip to content

Commit

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


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 3, 2024
1 parent c6028f2 commit 117b2f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ thiserror = "1.0.59"
[dev-dependencies]
assert_matches = "1.5.0"
indoc = "2.0.5"
rstest = { version = "0.19.0", default-features = false }
rstest_reuse = "0.6.0"
rstest = { version = "0.21.0", default-features = false }
rstest_reuse = "0.7.0"

[features]
default = ["cli"]
Expand Down

0 comments on commit 117b2f6

Please sign in to comment.