From 7b2c34daf44487b16c89eb1f7fc086a6d6c4dce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:25:21 +0000 Subject: [PATCH] Bump rayon from 1.8.1 to 1.10.0 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 582c2f0..e1ca654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,9 +788,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 70225eb..7c9fd1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ itertools = "0.12.1" palette = "0.7" rand = { version = "0.8", features = ["small_rng"] } rand_xoshiro = "0.6" -rayon = "1.8" +rayon = "1.10" ultraviolet = "0.9" wide = "0.7"