Skip to content

Commit ef563a3

Browse files
chore(deps): update rust crate rstest to 0.24 (#1775)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rstest](https://redirect.github.com/la10736/rstest) | workspace.dependencies | minor | `0.23` -> `0.24` | --- ### Release Notes <details> <summary>la10736/rstest (rstest)</summary> ### [`v0.24.0`](https://redirect.github.com/la10736/rstest/blob/HEAD/CHANGELOG.md#0240-202511) [Compare Source](https://redirect.github.com/la10736/rstest/compare/v0.23.0...v0.24.0) ##### Changed - MSRV to 1.70.0 (see [#&#8203;284](https://redirect.github.com/la10736/rstest/issues/284) thanks to [@&#8203;rnbguy](https://redirect.github.com/rnbguy)) ##### Add - `#![no_std]` support: now you can use `rstest` also in `no_std` lib (see [#&#8203;282](https://redirect.github.com/la10736/rstest/issues/282) thanks to [@&#8203;rnbguy](https://redirect.github.com/rnbguy)) - `#[context]` to have test function name and other useful thighs on the tip of your fingers (see [#&#8203;177](https://redirect.github.com/la10736/rstest/issues/177)) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d178c9 commit ef563a3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -114,7 +114,7 @@ rand = "0.8.5"
114114
rayon = "1.10.0"
115115
regex = "1.11.0"
116116
reqwest = { version = "0.12.0", features = ["blocking"] }
117-
rstest = "0.23"
117+
rstest = "0.24"
118118
serde = "1.0.197"
119119
serde_json = "1.0.116"
120120
serde_test = "1.0.176"

0 commit comments

Comments
 (0)