chore(deps): update rust crate rstest to 0.24 #197

Open
renovate wants to merge 1 commit from renovate/rstest-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
rstest workspace.dependencies minor 0.23 -> 0.24

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

la10736/rstest (rstest)

v0.24.0

Compare Source

Changed
Add
  • #![no_std] support: now you can use rstest also in no_std lib
    (see #​282 thanks to @​rnbguy)
  • #[context] to have test function name and other useful thighs on
    the tip of your fingers (see #​177)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rstest](https://github.com/la10736/rstest) | workspace.dependencies | minor | `0.23` -> `0.24` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>la10736/rstest (rstest)</summary> ### [`v0.24.0`](https://github.com/la10736/rstest/blob/HEAD/CHANGELOG.md#0240-202511) [Compare Source](https://github.com/la10736/rstest/compare/v0.23.0...v0.24.0) ##### Changed - MSRV to 1.70.0 (see [#&#8203;284](https://github.com/la10736/rstest/issues/284) thanks to [@&#8203;rnbguy](https://github.com/rnbguy)) ##### Add - `#![no_std]` support: now you can use `rstest` also in `no_std` lib (see [#&#8203;282](https://github.com/la10736/rstest/issues/282) thanks to [@&#8203;rnbguy](https://github.com/rnbguy)) - `#[context]` to have test function name and other useful thighs on the tip of your fingers (see [#&#8203;177](https://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**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni40IiwidXBkYXRlZEluVmVyIjoiMzkuODYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-01-01 21:17:55 +00:00
chore(deps): update rust crate rstest to 0.24
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (map[name:nightly]) (pull_request) Successful in 47m0s
Rust / build (map[name:stable]) (pull_request) Successful in 48m19s
2e8eb4bcc4
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package rstest@0.23.0 --precise 0.24.0
    Updating crates.io index
error: failed to select a version for the requirement `rstest = "^0.23.0"`
candidate versions found which didn't match: 0.24.0
location searched: crates.io index
required by package `tui-scrollview v0.5.0`
    ... which satisfies dependency `tui-scrollview = "^0.5"` (locked to 0.5.0) of package `git-next v0.14.0-rc1 (/tmp/renovate/repos/gitea/kemitix/git-next/crates/cli)`

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package rstest@0.23.0 --precise 0.24.0 Updating crates.io index error: failed to select a version for the requirement `rstest = "^0.23.0"` candidate versions found which didn't match: 0.24.0 location searched: crates.io index required by package `tui-scrollview v0.5.0` ... which satisfies dependency `tui-scrollview = "^0.5"` (locked to 0.5.0) of package `git-next v0.14.0-rc1 (/tmp/renovate/repos/gitea/kemitix/git-next/crates/cli)` ```
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (map[name:nightly]) (pull_request) Successful in 47m0s
Rust / build (map[name:stable]) (pull_request) Successful in 48m19s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/rstest-0.x:renovate/rstest-0.x
git checkout renovate/rstest-0.x
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kemitix/git-next#197
No description provided.