Merge pull request #12405 from github/dependabot/cargo/ql/rayon-1.7.0

Bump rayon from 1.6.1 to 1.7.0 in /ql
This commit is contained in:
Erik Krogh Kristensen
2023-03-13 10:57:11 +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.23"
rayon = "1.5.0"
rayon = "1.7.0"
regex = "1.7.1"

View File

@@ -18,6 +18,6 @@ tree-sitter-json = {git = "https://github.com/tausbn/tree-sitter-json.git", rev
clap = "2.33"
tracing = "0.1"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
rayon = "1.5.0"
rayon = "1.7.0"
num_cpus = "1.14.0"
regex = "1.7.1"