From 6db470d2ef0dd78e9226c100dbc6859bcc0e083b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:22:11 +0000 Subject: [PATCH] chore(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 1dd0dfd..2f72f33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,9 +546,9 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[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 f0c2b45..0e5786d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ta = "0.5.0" numpy = "0.25" # Must be < 0.17 while numpy 0.25 is used (numpy's IntoPyArray is for its own ndarray only). ndarray = "0.16" -rayon = "1.10" +rayon = "1.12" log = "0.4" pyo3-log = "0.12" ferro_ta_core = { path = "crates/ferro_ta_core", version = "1.1.4", features = ["serde"] }