Bump rayon from 1.10.0 to 1.11.0 in /ql

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.10.0 to 1.11.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.10.0...rayon-core-v1.11.0)

---
updated-dependencies:
- dependency-name: rayon
  dependency-version: 1.11.0
  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]
2025-08-13 03:50:14 +00:00
committed by GitHub
parent 0a67902f5d
commit 22a4312923
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 = "2021"
[dependencies]
lazy_static = "1.4.0"
chrono = "0.4.37"
rayon = "1.9.0"
rayon = "1.11.0"
regex = "1.10.4"

View File

@@ -15,6 +15,6 @@ tree-sitter-json = {git = "https://github.com/tree-sitter/tree-sitter-json.git",
clap = { version = "4.2", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
rayon = "1.9.0"
rayon = "1.11.0"
regex = "1.10.4"
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }