From f1d28e42b7c5030c9b08caf6df8a7675602ddd7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:37:34 +0000 Subject: [PATCH] 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 ++-- ocrs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31549fa..7f44356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,9 +637,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/ocrs/Cargo.toml b/ocrs/Cargo.toml index 15af684..361222a 100644 --- a/ocrs/Cargo.toml +++ b/ocrs/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/robertknight/ocrs" [dependencies] anyhow = "1.0.102" -rayon = "1.11.0" +rayon = "1.12.0" rten = { workspace = true } rten-imageproc = { workspace = true } rten-tensor = { workspace = true }