From edd120dbd9c96576fe9562cb0dc8d28e242eb29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:40:25 -0600 Subject: [PATCH] build(deps): bump rayon from 1.8.1 to 1.10.0 (#937) Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.1 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.8.1...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 754ff7ba..713c01c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4084,9 +4084,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.8.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" +checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ "either", "rayon-core", diff --git a/Cargo.toml b/Cargo.toml index 614c4a11..6636809b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ revm-primitives.workspace = true serde.workspace = true async-trait.workspace = true anyhow.workspace = true -rayon = { version = "1.8.0" } +rayon = { version = "1.10.0" } # Necessary for examples tokio.workspace = true