From 707ab23e5ea8bdaae0630de72d6c926b4950a18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 00:50:37 +0000 Subject: [PATCH] chore(deps): bump rayon-core from 1.9.1 to 1.9.2 in /crates Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.9.1 to 1.9.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-core dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- crates/Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/Cargo.lock b/crates/Cargo.lock index 8a0aed24..1b856eed 100644 --- a/crates/Cargo.lock +++ b/crates/Cargo.lock @@ -1599,14 +1599,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", ]