diff --git a/ql/Cargo.lock b/ql/Cargo.lock index 211cfe14d7a7..504aeb7ef83a 100644 --- a/ql/Cargo.lock +++ b/ql/Cargo.lock @@ -679,9 +679,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" +checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" dependencies = [ "either", "rayon-core", diff --git a/ql/buramu/Cargo.toml b/ql/buramu/Cargo.toml index 78a6b0f962f4..584a2dcd6792 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.33" -rayon = "1.8.1" +rayon = "1.9.0" regex = "1.10.3" diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index 301abf60afbf..bc8de165e65b 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.1" +rayon = "1.9.0" regex = "1.10.3" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }