Skip to content

Update Rust crate rayon to 1.8.0#166

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rayon-1.x
Open

Update Rust crate rayon to 1.8.0#166
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rayon-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 24, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rayon dependencies minor 1.7.0 -> 1.8.0

Release Notes

rayon-rs/rayon (rayon)

v1.8.0

Compare Source

  • The minimum supported rustc is now 1.63.
  • Added ThreadPoolBuilder::use_current_thread to use the builder thread as
    part of the new thread pool. That thread does not run the pool's main loop,
    but it may participate in work-stealing if it yields to rayon in some way.
  • Implemented FromParallelIterator<T> for Box<[T]>, Rc<[T]>, and
    Arc<[T]>, as well as FromParallelIterator<Box<str>> and
    ParallelExtend<Box<str>> for String.
  • ThreadPoolBuilder::build_scoped now uses std::thread::scope.
  • The default number of threads is now determined using
    std::thread::available_parallelism instead of the num_cpus crate.
  • The internal logging facility has been removed, reducing bloat for all users.
  • Many smaller performance tweaks and documentation updates.

Configuration

📅 Schedule: Branch creation - "before 3am on Sunday" (UTC), 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot enabled auto-merge (rebase) September 24, 2023 02:06
@renovate renovate Bot force-pushed the renovate/rayon-1.x branch from 3f65eba to 6db2135 Compare October 10, 2023 05:00
@renovate renovate Bot force-pushed the renovate/rayon-1.x branch from 6db2135 to 38351b7 Compare October 10, 2023 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants