diff --git a/ql/Cargo.lock b/ql/Cargo.lock index cbc2de85642..159b9cf2dbd 100644 Binary files a/ql/Cargo.lock and b/ql/Cargo.lock differ diff --git a/ql/buramu/Cargo.toml b/ql/buramu/Cargo.toml index 9fdf038eb11..f439b7699c3 100644 --- a/ql/buramu/Cargo.toml +++ b/ql/buramu/Cargo.toml @@ -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" diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index 922701190e6..2daf6e43dc7 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -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" }