Skip to content

Commit ac40fc2

Browse files
committed
Update Rust crate rstest to 0.16.0 (#513)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rstest](https://togithub.com/la10736/rstest) | dev-dependencies | minor | `0.15.0` -> `0.16.0` | --- ### Release Notes <details> <summary>la10736/rstest</summary> ### [`v0.16.0`](https://togithub.com/la10736/rstest/blob/HEAD/CHANGELOG.md#&#8203;0160-20221127) [Compare Source](https://togithub.com/la10736/rstest/compare/0.15.0...0.16.0) ##### Changed - Show `TEST START` banner only when trace some argument: See [#&#8203;158](https://togithub.com/la10736/rstest/issues/158) for details. - Add values to test name: See [#&#8203;160](https://togithub.com/la10736/rstest/issues/160) for details. ##### Fixed - Updated test fixtures to 1.64.0 compiler's error messages. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent 6e1c862 commit ac40fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stackable-operator-derive = { path = "stackable-operator-derive" }
3737
snafu = "0.7.3"
3838

3939
[dev-dependencies]
40-
rstest = "0.15.0"
40+
rstest = "0.16.0"
4141
tempfile = "3.3.0"
4242

4343
[workspace]

0 commit comments

Comments
 (0)