Skip to content

Commit 986d8dd

Browse files
Bump rayon from 1.9.0 to 1.10.0 in /ql
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.9.0...rayon-core-v1.10.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fd8954 commit 986d8dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ql/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ql/buramu/Cargo.toml

+1-1
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.37"
11-
rayon = "1.9.0"
11+
rayon = "1.10.0"
1212
regex = "1.10.4"

ql/extractor/Cargo.toml

+1-1
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.9.0"
18+
rayon = "1.10.0"
1919
regex = "1.10.4"
2020
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 commit comments

Comments
 (0)