Skip to content

Commit cda2ef4

Browse files
authored
Merge pull request #15364 from github/dependabot/cargo/ql/rayon-1.8.1
Bump rayon from 1.8.0 to 1.8.1 in /ql
2 parents 4a71ddd + 7b574bb commit cda2ef4

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.31"
11-
rayon = "1.8.0"
11+
rayon = "1.8.1"
1212
regex = "1.10.2"

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.18", features = ["env-filter"] }
18-
rayon = "1.8.0"
18+
rayon = "1.8.1"
1919
regex = "1.10.2"
2020
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 commit comments

Comments
 (0)