Bump rayon from 1.7.0 to 1.8.0 in /ql

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.7.0 to 1.8.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.0...rayon-core-v1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-21 03:10:09 +00:00
committed by GitHub
parent 455cde2f64
commit d0554a05f9
3 changed files with 2 additions and 2 deletions

BIN
ql/Cargo.lock generated

Binary file not shown.

View File

@@ -8,5 +8,5 @@ edition = "2018"
[dependencies]
lazy_static = "1.4.0"
chrono = "0.4.31"
rayon = "1.7.0"
rayon = "1.8.0"
regex = "1.9.5"

View File

@@ -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.17", features = ["env-filter"] }
rayon = "1.7.0"
rayon = "1.8.0"
regex = "1.9.5"
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }