From 40041d1311febde2674ff50c3c3ea41b3f6b86e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:19:35 +0000 Subject: [PATCH] Bump rayon from 1.10.0 to 1.11.0 in /light-curve Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.10.0...rayon-core-v1.11.0) --- updated-dependencies: - dependency-name: rayon dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- light-curve/Cargo.lock | 8 ++++---- light-curve/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/light-curve/Cargo.lock b/light-curve/Cargo.lock index 20c3446a..5306fc24 100644 --- a/light-curve/Cargo.lock +++ b/light-curve/Cargo.lock @@ -1786,9 +1786,9 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" dependencies = [ "either", "rayon-core", @@ -1796,9 +1796,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.12.1" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" dependencies = [ "crossbeam-deque", "crossbeam-utils", diff --git a/light-curve/Cargo.toml b/light-curve/Cargo.toml index dd65faa4..e8485e47 100644 --- a/light-curve/Cargo.toml +++ b/light-curve/Cargo.toml @@ -54,7 +54,7 @@ pyo3 = { version = "0.25.1", features = [ ] } rand = "0.9.2" rand_xoshiro = "0.7.0" -rayon = "1.10.0" +rayon = "1.11.0" serde = { version = "1", features = ["derive"] } serde-pickle = "1" serde_json = "1"