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] committed Sep 30, 2024
1 parent c66f2ea commit e3cf690
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 @@ -16,7 +16,7 @@ strum = { version = "0.26.2", default-features = false, features = ["derive"] }

[dev-dependencies]
itertools = "0.13.0"
rstest = { version = "0.22.0", default-features = false }
rstest = { version = "0.23.0", default-features = false }

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

0 comments on commit e3cf690

Please sign in to comment.