Skip to content

Commit 02b8621

Browse files
committed
[cargo] Update Rust crate rstest to 0.23.0
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | rstest | 0.22.0 | 0.23.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ff123a commit 02b8621

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ thiserror = "1.0.59"
2323
[dev-dependencies]
2424
assert_matches = "1.5.0"
2525
indoc = "2.0.5"
26-
rstest = { version = "0.22.0", default-features = false }
26+
rstest = { version = "0.23.0", default-features = false }
2727
rstest_reuse = "0.7.0"
2828

2929
[features]

0 commit comments

Comments
 (0)