Skip to content

Commit

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


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 7f756f7 commit 25a412d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0.200", optional = true }

[dev-dependencies]
assert_cmd = "2.0.14"
rstest = { version = "0.22.0", default-features = false }
rstest = { version = "0.23.0", default-features = false }
rstest_reuse = "0.7.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
Expand Down

0 comments on commit 25a412d

Please sign in to comment.