From 4a421607df9e9055b91b9155549fdaaafec4e129 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 09:19:32 +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 | 9 +++++---- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bddfdf6..cfc6d97f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,10 +903,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", @@ -914,9 +915,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" +checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280" dependencies = [ "crossbeam-deque", "crossbeam-queue", diff --git a/Cargo.toml b/Cargo.toml index f332e8e2..152e6fd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ dirs-next = "1.0.1" git2 = { version = "0.13.6", default-features = false, features = [] } toml = { version = "0.5.6", features = ["preserve_order"] } serde_json = "1.0.55" -rayon = "1.3.0" +rayon = "1.3.1" pretty_env_logger = "0.4.0" log = "0.4.8" # battery is optional (on by default) because the crate doesn't currently build for Termux