mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
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:
BIN
ql/Cargo.lock
generated
BIN
ql/Cargo.lock
generated
Binary file not shown.
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user