From 118aa96274b8fea4b6a1f038edeb92eefad7caec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 02:06:53 -0500 Subject: [PATCH] build: bump rayon from 1.5.1 to 1.5.2 (#3871) Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.1 to 1.5.2. - [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/commits) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc0d2e41..bbffc465 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1578,9 +1578,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" +checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221" dependencies = [ "autocfg", "crossbeam-deque", @@ -1590,14 +1590,13 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.9.1" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" +checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4" dependencies = [ "crossbeam-channel", "crossbeam-deque", "crossbeam-utils", - "lazy_static", "num_cpus", ] diff --git a/Cargo.toml b/Cargo.toml index b267e8e9..b6728dcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ pest = "2.1.3" pest_derive = "2.1.0" quick-xml = "0.22.0" rand = "0.8.5" -rayon = "1.5.1" +rayon = "1.5.2" regex = "1.5.5" rust-ini = "0.18.0" semver = "1.0.7"