Skip to content

Commit 25e6b97

Browse files
authored
Merge pull request github#12405 from github/dependabot/cargo/ql/rayon-1.7.0
Bump rayon from 1.6.1 to 1.7.0 in /ql
2 parents 7512d81 + d34d7e5 commit 25e6b97

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ql/Cargo.lock

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

ql/buramu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2018"
88
[dependencies]
99
lazy_static = "1.4.0"
1010
chrono = "0.4.23"
11-
rayon = "1.5.0"
11+
rayon = "1.7.0"
1212
regex = "1.7.1"

ql/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ tree-sitter-json = {git = "https://github.com/tausbn/tree-sitter-json.git", rev
1818
clap = "2.33"
1919
tracing = "0.1"
2020
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
21-
rayon = "1.5.0"
21+
rayon = "1.7.0"
2222
num_cpus = "1.14.0"
2323
regex = "1.7.1"

0 commit comments

Comments
 (0)