From df6d874f74a05b4a79a7e7fa934133f5e4adaa37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:23:58 +0000 Subject: [PATCH] build(deps): bump rayon from 1.5.3 to 1.6.1 in /ql Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.3 to 1.6.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/v1.5.3...rayon-core-v1.6.1) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ql/Cargo.lock | 10 ++++------ ql/extractor/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ql/Cargo.lock b/ql/Cargo.lock index d9961c9d94fe..6da3a1905134 100644 --- a/ql/Cargo.lock +++ b/ql/Cargo.lock @@ -316,21 +316,19 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.3" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" +checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" dependencies = [ - "autocfg", - "crossbeam-deque", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.9.3" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" +checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" dependencies = [ "crossbeam-channel", "crossbeam-deque", diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index a3c899609e21..a52849430cef 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -16,6 +16,6 @@ tree-sitter-ql-yaml = {git = "https://github.com/erik-krogh/tree-sitter-ql.git", clap = "2.33" tracing = "0.1" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } -rayon = "1.5.0" +rayon = "1.6.1" num_cpus = "1.14.0" regex = "1.7.1"