diff --git a/ql/Cargo.lock b/ql/Cargo.lock index 1bae58542a0..fc2ac553d7a 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 8d922bd032b..e34e1a17f2a 100644 --- a/ql/buramu/Cargo.toml +++ b/ql/buramu/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" lazy_static = "1.4.0" chrono = "0.4.31" rayon = "1.8.0" -regex = "1.9.5" +regex = "1.9.6" diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index 47f3016e86f..d88c365dcd9 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -16,5 +16,5 @@ clap = { version = "4.2", features = ["derive"] } tracing = "0.1" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } rayon = "1.8.0" -regex = "1.9.5" +regex = "1.9.6" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }