Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Type Update Change
rayon workspace.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 - "before 8am on wednesday" in timezone Asia/Shanghai, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 9, 2025
@renovate renovate bot requested a review from quininer as a code owner November 9, 2025 08:08
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 9, 2025
@netlify
Copy link

netlify bot commented Nov 9, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 630c5a3
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/69104c1db6d6310008119a1d

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2025

📦 Binary Size-limit

Comparing 630c5a3 to chore(deps): update rust crate tokio to 1.48.0 (#12123) by renovate[bot]

🎉 Size decreased by 7.75KB from 47.90MB to 47.89MB (⬇️0.02%)

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 9, 2025

CodSpeed Performance Report

Merging #12129 will not alter performance

Comparing renovate/rayon-1.x (630c5a3) with main (7817d40)1

Summary

✅ 17 untouched

Footnotes

  1. No successful run was found on main (939d9a8) during the generation of this report, so 7817d40 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant