From 712a8d306280ad356a34fae9ca4011459d9d00e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:15:33 +0000 Subject: [PATCH] chore(deps): bump rayon from 1.11.0 to 1.12.0 in /python 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] --- python/Cargo.lock | 4 ++-- python/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/Cargo.lock b/python/Cargo.lock index ecf70de..a4a2796 100644 --- a/python/Cargo.lock +++ b/python/Cargo.lock @@ -1461,9 +1461,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/python/Cargo.toml b/python/Cargo.toml index 649718b..c1026bd 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -32,7 +32,7 @@ pyo3 = { version = "0.28.3", features = ["macros"] } pyo3-async-runtimes = "0.28" pyo3-bytes = "0.6" pyo3-object_store = "0.9.0" -rayon = "1.11.0" +rayon = "1.12.0" tokio-rayon = "2.1.0" thiserror = "2"