From 237ea3ae9a97bd578b2a1169ddb71682b09fc9e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:09:33 +0000 Subject: [PATCH] chore(deps)(deps): bump rayon from 1.11.0 to 1.12.0 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.11.0 to 1.12.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abe0c74..0bf0157 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,9 +472,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" +checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" dependencies = [ "either", "rayon-core", diff --git a/Cargo.toml b/Cargo.toml index a1b7e33..40c36e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ bincode = { version = "2.0", features = ["serde"] } serde = { version = "1.0", features = ["derive", "rc"] } twox-hash = "2.1" # Optional -rayon = { version = "1.11", optional = true } +rayon = { version = "1.12", optional = true } memmap2 = { version = "0.9", optional = true } lz4_flex = { version = "0.12", optional = true }