mirror of
https://github.com/github/codeql.git
synced 2026-01-19 17:34:47 +01:00
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:
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.31"
|
||||
rayon = "1.8.0"
|
||||
rayon = "1.8.1"
|
||||
regex = "1.10.2"
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user