From 5e274c9664fe0f00c6d29729a481469d40dedd97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 04:12:25 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.3.16 to 0.3.17 in /ql Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.16 to 0.3.17. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.16...tracing-subscriber-0.3.17) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ql/Cargo.lock | Bin 31997 -> 31997 bytes ql/extractor/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/Cargo.lock b/ql/Cargo.lock index 3ba709a5edefa547ccf2d5e70e3207440d8b85ec..f3453dc943ef7dd30e6d102f282f1258075849c0 100644 GIT binary patch delta 89 zcmV~$F%m#P3CZQ+8798ZGvj)vSmkiBN%Och%^iMB8W?f&v^@)!xtAbUz=48`uB< delta 87 zcmWN`I}SiV6a~=8bb1SrSipSm^*SpM<+L-N71;=}G?hZaY0vvK@6#M}-g~o51&-Lt o=AlZfb`>X#639_lQ!L_%`WIXX0wh(8B*mkqLc5=)yYAc$AKfP!MF0Q* diff --git a/ql/extractor/Cargo.toml b/ql/extractor/Cargo.toml index 9650466edfb..b84ee88ee52 100644 --- a/ql/extractor/Cargo.toml +++ b/ql/extractor/Cargo.toml @@ -15,7 +15,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.16", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } rayon = "1.7.0" regex = "1.8.0" codeql-extractor = { path = "../../shared/tree-sitter-extractor" }