From 772f84c60e4d6121ee87443090426fe92ea0b8ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:40:15 +0000 Subject: [PATCH] Bump rayon from 1.9.0 to 1.10.0 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.9.0...rayon-core-v1.10.0) --- updated-dependencies: - dependency-name: rayon 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 047fcb8..2cfd2ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ "either", "rayon-core", diff --git a/Cargo.toml b/Cargo.toml index 1e66983..0a03e58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ fxhash = "0.2.1" glob = "0.3.1" pest = "2.7.8" pest_derive = { version = "2.7.8", features = ["grammar-extras"] } -rayon = { version = "1.9.0", optional = true } +rayon = { version = "1.10.0", optional = true } regex = { version = "1.10.3", default-features = false, features = ["std", "unicode-perl"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114"