diff --git a/ql/Cargo.lock b/ql/Cargo.lock index f17439f41a3..cbc2de85642 100644 Binary files a/ql/Cargo.lock and b/ql/Cargo.lock differ diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index b2340c68718..922701190e6 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -14,7 +14,7 @@ tree-sitter-blame = {path = "../buramu/tree-sitter-blame"} tree-sitter-json = {git = "https://github.com/tausbn/tree-sitter-json.git", rev = "745663ee997f1576fe1e7187e6347e0db36ec7a9"} clap = { version = "4.2", features = ["derive"] } tracing = "0.1" -tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } rayon = "1.8.0" regex = "1.10.2" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }