Skip to content

Commit

Permalink
Bump rayon from 1.8.0 to 1.8.1 in /ql
Browse files Browse the repository at this point in the history
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.8.0 to 1.8.1.
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.0...rayon-core-v1.8.1)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent ff2b40a commit aef6479
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ql/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ql/buramu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2018"
[dependencies]
lazy_static = "1.4.0"
chrono = "0.4.31"
rayon = "1.8.0"
rayon = "1.8.1"
regex = "1.10.2"
2 changes: 1 addition & 1 deletion ql/extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ tree-sitter-json = {git = "https://github.com/tausbn/tree-sitter-json.git", rev
clap = { version = "4.2", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rayon = "1.8.0"
rayon = "1.8.1"
regex = "1.10.2"
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 comments on commit aef6479

Please sign in to comment.