Skip to content

Commit

Permalink
chore(deps): update rust crate rstest to 0.18.2 (#537)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [rstest](https://github.com/la10736/rstest) | dev-dependencies |
patch | `0.18.1` -> `0.18.2` |

---

### Release Notes

<details>
<summary>la10736/rstest (rstest)</summary>

###
[`v0.18.2`](https://github.com/la10736/rstest/blob/HEAD/CHANGELOG.md#0182-2023813)

[Compare
Source](https://github.com/la10736/rstest/compare/v0.18.1...v0.18.2)

##### Changed

- Now `#[files]` accept also parent folders (see
[#&#8203;205](https://github.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>
  • Loading branch information
renovate[bot] authored Aug 13, 2023
1 parent 0ebfc42 commit c2e949f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -41,6 +41,6 @@ time = { version = "0.3.25" }

[dev-dependencies]
pretty_assertions = "1.4.0"
rstest = { version = "0.18.1", default-features = false }
rstest = { version = "0.18.2", default-features = false }
snapbox = "0.4.10"
tempfile = "3.7.1"

0 comments on commit c2e949f

Please sign in to comment.