From 4e4edcd27eb0b7f2b77496cba58b9c121f0e672d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 08:13:41 +0000 Subject: [PATCH] build(deps): bump rayon from 1.3.0 to 1.3.1 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.3.0 to 1.3.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.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a5a7cd07902..46735640265c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4352,10 +4352,11 @@ dependencies = [ [[package]] name = "rayon" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" +checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080" dependencies = [ + "autocfg", "crossbeam-deque", "either", "rayon-core",