From a0ff9b9dc754cf39c6a2add59bed936fab5b41d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:17:01 +0000 Subject: [PATCH] Bump rayon from 1.5.1 to 1.7.0 in /ruby Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.1 to 1.7.0. - [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.1...rayon-core-v1.7.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ruby/Cargo.lock | 11 ++++------- ruby/extractor/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ruby/Cargo.lock b/ruby/Cargo.lock index 3019f7b314c5..b8d42aed44ac 100644 --- a/ruby/Cargo.lock +++ b/ruby/Cargo.lock @@ -353,26 +353,23 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" +checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" dependencies = [ - "autocfg", - "crossbeam-deque", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.9.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" +checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" dependencies = [ "crossbeam-channel", "crossbeam-deque", "crossbeam-utils", - "lazy_static", "num_cpus", ] diff --git a/ruby/extractor/Cargo.toml b/ruby/extractor/Cargo.toml index 98165531b237..af51ec5b0500 100644 --- a/ruby/extractor/Cargo.toml +++ b/ruby/extractor/Cargo.toml @@ -15,7 +15,7 @@ tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git" clap = "3.0" tracing = "0.1" tracing-subscriber = { version = "0.3.3", features = ["env-filter"] } -rayon = "1.5.0" +rayon = "1.7.0" num_cpus = "1.14.0" regex = "1.7.1" encoding = "0.2"