Skip to content

Commit c2e949f

Browse files
chore(deps): update rust crate rstest to 0.18.2 (#537)
[![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 | patch | `0.18.1` -> `0.18.2` | --- ### Release Notes <details> <summary>la10736/rstest (rstest)</summary> ### [`v0.18.2`](https://togithub.com/la10736/rstest/blob/HEAD/CHANGELOG.md#0182-2023813) [Compare Source](https://togithub.com/la10736/rstest/compare/v0.18.1...v0.18.2) ##### Changed - Now `#[files]` accept also parent folders (see [#&#8203;205](https://togithub.com/la10736/rstest/issues/205) for more details). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://developer.mend.io/github/knope-dev/knope). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ebfc42 commit c2e949f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -41,6 +41,6 @@ time = { version = "0.3.25" }
4141

4242
[dev-dependencies]
4343
pretty_assertions = "1.4.0"
44-
rstest = { version = "0.18.1", default-features = false }
44+
rstest = { version = "0.18.2", default-features = false }
4545
snapbox = "0.4.10"
4646
tempfile = "3.7.1"

0 commit comments

Comments
 (0)