Skip to content

Commit 36bd027

Browse files
Bump rayon from 1.5.1 to 1.6.1 in /ruby
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.1 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](rayon-rs/rayon@v1.5.1...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] <[email protected]>
1 parent ca5916f commit 36bd027

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

ruby/Cargo.lock

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git"
1515
clap = "3.0"
1616
tracing = "0.1"
1717
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }
18-
rayon = "1.5.0"
18+
rayon = "1.6.1"
1919
num_cpus = "1.13.0"
2020
regex = "1.5.5"
2121
encoding = "0.2"

0 commit comments

Comments
 (0)