Skip to content

Bump rayon from 1.11.0 to 1.12.0 in /rust in the dependabot group across 1 directory#350

Merged
jmichelp merged 1 commit intomainfrom
dependabot/cargo/rust/dependabot-3ecb75224c
Apr 22, 2026
Merged

Bump rayon from 1.11.0 to 1.12.0 in /rust in the dependabot group across 1 directory#350
jmichelp merged 1 commit intomainfrom
dependabot/cargo/rust/dependabot-3ecb75224c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps the dependabot group with 1 update in the /rust directory: rayon.

Updates rayon from 1.11.0 to 1.12.0

Changelog

Sourced from rayon's changelog.

Release rayon 1.12.0 (2026-04-13)

  • Fixed a bug in parallel Range<char> when the end is 0xE000, just past the surrogate boundary, which was unsafely producing invalid char values.
  • The new method ParallelSlice::par_array_windows works like par_windows but with a constant length, producing &[T; N] items.
Commits
  • 7449d7d Merge #1093
  • b3d9e3f Release rayon 1.8.0 and rayon-core 1.12.0
  • 3fe51e5 Fix clippy::let_and_return
  • 082f215 Merge #1087
  • ea0c06d core: registry: Factor out "wait till out of work" part of the main loop.
  • 75524e2 Merge #1063
  • 01d2800 Ignore the multi-threaded test on emscripten/wasm
  • 40b59c0 core: Make use_current_thread error rather than panic when already in the pool.
  • f4db4d7 core: tests: Add some basic tests for ThreadPoolBuilder::use_current_thread.
  • 87274ad core: registry: Add some more documentation for ThreadPoolBuilder::use_curren...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust labels Apr 15, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 15, 2026

🐰 Bencher Report

Branchdependabot/cargo/rust/dependabot-3ecb75224c
Testbedubuntu-latest

🚨 2 Alerts

BenchmarkMeasure
Units
ViewBenchmark Result
(Result Δ%)
Upper Boundary
(Limit %)
ExampleIteratorLatency
milliseconds (ms)
📈 plot
🚷 threshold
🚨 alert (🔔)
214.84 ms
(+744.92%)Baseline: 25.43 ms
43.13 ms
(498.10%)

parallel_mapLatency
milliseconds (ms)
📈 plot
🚷 threshold
🚨 alert (🔔)
86.81 ms
(+403.73%)Baseline: 17.23 ms
30.30 ms
(286.47%)

Click to view all benchmark results
BenchmarkLatencyBenchmark Result
milliseconds (ms)
(Result Δ%)
Upper Boundary
milliseconds (ms)
(Limit %)
BatchIterator📈 view plot
🚷 view threshold
166.80 ms
BatchIterator #2📈 view plot
🚷 view threshold
277.33 ms
ExampleIterator📈 view plot
🚷 view threshold
🚨 view alert (🔔)
214.84 ms
(+744.92%)Baseline: 25.43 ms
43.13 ms
(498.10%)

parallel_map📈 view plot
🚷 view threshold
🚨 view alert (🔔)
86.81 ms
(+403.73%)Baseline: 17.23 ms
30.30 ms
(286.47%)

🐰 View full continuous benchmarking report in Bencher

Bumps the dependabot group in /rust with 1 update: [rayon](https://github.com/rayon-rs/rayon).


Updates `rayon` from 1.11.0 to 1.12.0
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.11.0...rayon-core-v1.12.0)

---
updated-dependencies:
- dependency-name: rayon
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump rayon from 1.11.0 to 1.12.0 in /rust in the dependabot group Bump rayon from 1.11.0 to 1.12.0 in /rust in the dependabot group across 1 directory Apr 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/rust/dependabot-3ecb75224c branch from 471aa59 to 3e1ecbc Compare April 22, 2026 01:05
@jmichelp jmichelp enabled auto-merge April 22, 2026 06:40
@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 24764189793

Coverage remained the same at 88.617%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 3470
Covered Lines: 3075
Line Coverage: 88.62%
Coverage Strength: 0.89 hits per line

💛 - Coveralls

@jmichelp jmichelp added this pull request to the merge queue Apr 22, 2026
Merged via the queue into main with commit b6697cf Apr 22, 2026
52 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/rust/dependabot-3ecb75224c branch April 22, 2026 07:12
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 rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants