Skip to content

Commit 0783d7b

Browse files
authored
Merge pull request #14278 from github/dependabot/cargo/ql/rayon-1.8.0
Bump rayon from 1.7.0 to 1.8.0 in /ql
2 parents 011391b + d0554a0 commit 0783d7b

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

ql/Cargo.lock

Lines changed: 4 additions & 16 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.31"
11-
rayon = "1.7.0"
11+
rayon = "1.8.0"
1212
regex = "1.9.5"

ql/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ tree-sitter-json = {git = "https://github.com/tausbn/tree-sitter-json.git", rev
1515
clap = { version = "4.2", features = ["derive"] }
1616
tracing = "0.1"
1717
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
18-
rayon = "1.7.0"
18+
rayon = "1.8.0"
1919
regex = "1.9.5"
2020
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 commit comments

Comments
 (0)