Merge pull request #15364 from github/dependabot/cargo/ql/rayon-1.8.1

Bump rayon from 1.8.0 to 1.8.1 in /ql
This commit is contained in:
Erik Krogh Kristensen
2024-01-18 09:24:30 +01:00
committed by GitHub
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.8.0"
rayon = "1.8.1"
regex = "1.10.2"

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