Skip to content

Commit

Permalink
chore(deps): update rust crate rstest to 0.19.0 (#61)
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 |
minor | `0.18.2` -> `0.19.0` |

---

### Release Notes

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

###
[`v0.19.0`](https://github.com/la10736/rstest/blob/HEAD/CHANGELOG.md#0190-202449)

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

##### Changed

- Defined `rust-version` for each crate (see
[#&#8203;227](https://github.com/la10736/rstest/issues/235))

##### Fixed

-   `#[once]` fixtures now require the returned type to be
[`Sync`](https://doc.rust-lang.org/std/marker/trait.Sync.html) to
prevent UB
when tests are executed in parallel. (see
[#&#8203;235](https://github.com/la10736/rstest/issues/235)
    for more details)

- `#[future(awt)]` and `#[awt]` now properly handle mutable (`mut`)
parameters by treating futures as immutable and
    treating the awaited rebinding as mutable.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://developer.mend.io/github/zharinov/verver).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 9, 2024
1 parent bf1ffed commit c080527
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 @@ -10,7 +10,7 @@ license = "MIT"
winnow = "0.6.5"

[dev-dependencies]
rstest = "0.18.2"
rstest = "0.19.0"
insta = { version = "1.38.0", features = ["yaml"] }
serde = "1.0.197"
itertools = "0.12.1"
Expand Down

0 comments on commit c080527

Please sign in to comment.