From 3a6f6ebefe31fa88ac2d4ac28f637f33ee4f9736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:19:33 +0000 Subject: [PATCH] chore: bump rayon from 1.6.0 to 1.6.1 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.6.0...rayon-core-v1.6.1) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a9af66..03b93c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,11 +435,10 @@ dependencies = [ [[package]] name = "rayon" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b" +checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" dependencies = [ - "crossbeam-deque", "either", "rayon-core", ] diff --git a/Cargo.toml b/Cargo.toml index e34f1a3..4e18860 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ path = "rust/lib.rs" ignore = "0.4.18" fuzzy-matcher = "0.3.7" lazy_static = "1.4.0" -rayon = "1.6.0" +rayon = "1.6.1" [dev-dependencies] criterion = "0.4.0"