fix(deps): update rust crate rayon to v1.11.0 #10

Merged
kernald merged 1 commit from renovate/rayon-1.x-lockfile into main 2025-10-09 19:31:47 +11:00
Collaborator

This PR contains the following updates:

Package Type Update Change
rayon dependencies minor 1.10.0 -> 1.11.0

⚠️ Warning

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


Release Notes

rayon-rs/rayon (rayon)

v1.11.0

Compare Source

  • The minimum supported rustc is now 1.80.
  • iter::repeatn has been renamed to iter::repeat_n to match the name
    stabilized in the standard library. The old name still exists as a deprecated
    function for compatibility.
  • Fixed a bug in in_place_scope when the default global registry uses the
    current thread, like on WebAssembly without threading support.
  • binary_heap::Iter no longer requires a temporary allocation.
  • Relaxed trait bounds on many of the public structs.
  • Implemented IntoParallelIterator for Box<[T]> and its references.
  • Implemented FromParallelIterator<_> for Box<str> via String.

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 | |---|---|---|---| | [rayon](https://github.com/rayon-rs/rayon) | dependencies | minor | `1.10.0` -> `1.11.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rayon-rs/rayon (rayon)</summary> ### [`v1.11.0`](https://github.com/rayon-rs/rayon/blob/HEAD/RELEASES.md#Release-rayon-1110--rayon-core-1130-2025-08-12) [Compare Source](https://github.com/rayon-rs/rayon/compare/v1.10.0...v1.11.0) - The minimum supported `rustc` is now 1.80. - `iter::repeatn` has been renamed to `iter::repeat_n` to match the name stabilized in the standard library. The old name still exists as a deprecated function for compatibility. - Fixed a bug in `in_place_scope` when the default global registry uses the current thread, like on WebAssembly without threading support. - `binary_heap::Iter` no longer requires a temporary allocation. - Relaxed trait bounds on many of the public structs. - Implemented `IntoParallelIterator for Box<[T]>` and its references. - Implemented `FromParallelIterator<_> for Box<str>` via `String`. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2025-10-09 19:28:12 +11:00
fix(deps): update rust crate rayon to v1.11.0
All checks were successful
Build and test / Clippy (pull_request) Successful in 1m33s
Checking Renovate configuration / validate (pull_request) Successful in 1m39s
Build and test / Build AMD64 (pull_request) Successful in 1m38s
Checking yaml / Run yamllint (pull_request) Successful in 6s
Build and test / Tests (pull_request) Successful in 1m52s
Build and test / Generate Documentation (pull_request) Successful in 1m53s
46ab4f1578
kernald was assigned by renovate 2025-10-09 19:28:13 +11:00
kernald scheduled this pull request to auto merge when all checks succeed 2025-10-09 19:28:40 +11:00
kernald merged commit 46ab4f1578 into main 2025-10-09 19:31:47 +11:00
kernald deleted branch renovate/rayon-1.x-lockfile 2025-10-09 19:31:47 +11:00
Sign in to join this conversation.
No reviewers
No labels
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: kernald/cbz2pdf#10
No description provided.