Skip to content

Commit 26a7018

Browse files
chore(deps): update rust crate rstest to 0.25 (#2562)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rstest](https://redirect.github.com/la10736/rstest) | workspace.dependencies | minor | `0.24` -> `0.25` | --- ### Release Notes <details> <summary>la10736/rstest (rstest)</summary> ### [`v0.25.0`](https://redirect.github.com/la10736/rstest/blob/HEAD/CHANGELOG.md#0250-202532) [Compare Source](https://redirect.github.com/la10736/rstest/compare/v0.24.0...v0.25.0) ##### Changed - Append generated test macro so next test macros are aware of it (see [#&#8203;291](https://redirect.github.com/la10736/rstest/pull/291) thanks to [@&#8203;kezhuw](https://redirect.github.com/kezhuw)). ##### Add - Added a `#[mode = ...]` attribute to be used with the `#[files(...)]` attribute to change the way the files get passed to the test. (see [#&#8203;295](https://redirect.github.com/la10736/rstest/issues/295) thanks to [@&#8203;lucascool12](https://redirect.github.com/lucascool12)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 156ccae commit 26a7018

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
@@ -142,7 +142,7 @@ rkyv = { version = "0.8.10", features = [
142142
"bytecheck",
143143
"unaligned",
144144
] }
145-
rstest = "0.24"
145+
rstest = "0.25"
146146
rustc-hash = "2"
147147
serde = "1.0.203"
148148
serde_json = "1.0.116"

0 commit comments

Comments
 (0)