From edf3e8f89d0087d418add8a18239421f1513d5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 13:11:22 +0000 Subject: [PATCH] build(deps): bump rayon from 1.5.2 to 1.5.3 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3. - [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/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 857b396a..9e11db0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,9 +1064,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.2" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221" +checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" dependencies = [ "autocfg", "crossbeam-deque", diff --git a/Cargo.toml b/Cargo.toml index 4ac4c208..e7d9447d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ cc = { version = "1.0.73", features = ["parallel"] } phf = { version = "0.10.1", features = ["macros"] } anyhow = "1.0.57" cargo-emit = "0.2.1" -rayon = "1.5.2" +rayon = "1.5.3" thiserror = "1.0.31" build-info-build = { version = "0.0.26", optional = true }