Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61b384a

Browse filesBrowse 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] <support@github.com>
1 parent 45ce988 commit 61b384a
Copy full SHA for 61b384a

File tree

3 files changed

+4
-4
lines changed
Filter options

3 files changed

+4
-4
lines changed

‎ql/Cargo.lock

Copy file name to clipboardExpand all lines: ql/Cargo.lock
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ql/buramu/Cargo.toml

Copy file name to clipboardExpand all lines: ql/buramu/Cargo.toml
+1-1Lines 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.35"
11-
rayon = "1.9.0"
11+
rayon = "1.10.0"
1212
regex = "1.10.3"

‎ql/extractor/Cargo.toml

Copy file name to clipboardExpand all lines: ql/extractor/Cargo.toml
+1-1Lines 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.9.0"
18+
rayon = "1.10.0"
1919
regex = "1.10.3"
2020
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.