Skip to content

Commit d4b1183

Browse files
chore(deps): bump rayon from 1.11.0 to 1.12.0 (#33)
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.11.0 to 1.12.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/main/RELEASES.md">rayon's changelog</a>.</em></p> <blockquote> <h1>Release rayon 1.12.0 (2026-04-13)</h1> <ul> <li>Fixed a bug in parallel <code>Range&lt;char&gt;</code> when the end is 0xE000, just past the surrogate boundary, which was unsafely producing invalid <code>char</code> values.</li> <li>The new method <code>ParallelSlice::par_array_windows</code> works like <code>par_windows</code> but with a constant length, producing <code>&amp;[T; N]</code> items.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rayon-rs/rayon/commit/7449d7dfede9bd1e2bde0c898b20f46db70a1ac2"><code>7449d7d</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/1093">#1093</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/b3d9e3f47364716f23e1bfd925b3ec710ef9710a"><code>b3d9e3f</code></a> Release rayon 1.8.0 and rayon-core 1.12.0</li> <li><a href="https://github.com/rayon-rs/rayon/commit/3fe51e5cbd91b1d6ca04fb30ad80cabd8e6adefb"><code>3fe51e5</code></a> Fix clippy::let_and_return</li> <li><a href="https://github.com/rayon-rs/rayon/commit/082f2152d26de7e6adfcdd60a052967daa523d4a"><code>082f215</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/1087">#1087</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/ea0c06df26029bee6adf9650660f71748c569c0e"><code>ea0c06d</code></a> core: registry: Factor out &quot;wait till out of work&quot; part of the main loop.</li> <li><a href="https://github.com/rayon-rs/rayon/commit/75524e295767ad6543411b8d577a302c407d5fa8"><code>75524e2</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/1063">#1063</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/01d28003764758b6589e29cff40f8ca8d0d51797"><code>01d2800</code></a> Ignore the multi-threaded test on emscripten/wasm</li> <li><a href="https://github.com/rayon-rs/rayon/commit/40b59c0e443fc803c6b88b26fdf7a5194a19ca81"><code>40b59c0</code></a> core: Make use_current_thread error rather than panic when already in the pool.</li> <li><a href="https://github.com/rayon-rs/rayon/commit/f4db4d711e6382b13b4a7da88c0087e71a6252e5"><code>f4db4d7</code></a> core: tests: Add some basic tests for ThreadPoolBuilder::use_current_thread.</li> <li><a href="https://github.com/rayon-rs/rayon/commit/87274ad093b354384b50e73121366b07662bad1d"><code>87274ad</code></a> core: registry: Add some more documentation for ThreadPoolBuilder::use_curren...</li> <li>Additional commits viewable in <a href="https://github.com/rayon-rs/rayon/compare/rayon-core-v1.11.0...rayon-core-v1.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rayon&package-manager=cargo&previous-version=1.11.0&new-version=1.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 0c26d74 + 21d5995 commit d4b1183

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ndarray = { version = "0.17", features = ["rayon", "serde"] }
2424
ndarray-rand = "0.16"
2525
rand = "0.10"
2626
rand_distr = "0.6"
27-
rayon = "1.8"
27+
rayon = "1.12"
2828

2929
# Serialization
3030
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)