mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Bumps the dependencies group with 3 updates: [rayon](https://github.com/rayon-rs/rayon), [insta](https://github.com/mitsuhiko/insta) and [unicode-width](https://github.com/unicode-rs/unicode-width). Updates `rayon` from 1.7.0 to 1.8.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/master/RELEASES.md">rayon's changelog</a>.</em></p> <blockquote> <h1>Release rayon 1.8.0 / rayon-core 1.12.0 (2023-09-20)</h1> <ul> <li>The minimum supported <code>rustc</code> is now 1.63.</li> <li>Added <code>ThreadPoolBuilder::use_current_thread</code> 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.</li> <li>Implemented <code>FromParallelIterator<T></code> for <code>Box<[T]></code>, <code>Rc<[T]></code>, and <code>Arc<[T]></code>, as well as <code>FromParallelIterator<Box<str>></code> and <code>ParallelExtend<Box<str>></code> for <code>String</code>.</li> <li><code>ThreadPoolBuilder::build_scoped</code> now uses <code>std:🧵:scope</code>.</li> <li>The default number of threads is now determined using <code>std:🧵:available_parallelism</code> instead of the <code>num_cpus</code> crate.</li> <li>The internal logging facility has been removed, reducing bloat for all users.</li> <li>Many smaller performance tweaks and documentation updates.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||