From f8c8d59cb5362f1bfca2516a1e89896ce7380193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 03:56:51 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.3.17 to 0.3.18 in /ql Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.17 to 0.3.18. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.17...tracing-subscriber-0.3.18) --- 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 32176 -> 32174 bytes ql/extractor/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/Cargo.lock b/ql/Cargo.lock index f17439f41a33a4284c0f6a7b69d566e419a0773c..cbc2de8564227d8af53ca4f0d6b164c4e5e958b9 100644 GIT binary patch delta 174 zcmWN}F%H5o3;;lNs>DtwCLVy?ByOCo;sZ!52$<|RegnT?$UjgeBu1o;yr~OaZ@6h` zUQ09muJzlV$5IH> delta 186 zcmWNfC!$z(qniI z8~ym+f2WWC-`5k3xA}4h>0Nt_eeDz~S%=lq$(cksBY~nITY+({r6ML)6iHrd^0E%S znosun@_ctV>hYm1XPeVy|9C%MZ_X!-pY6piXlAM{!V9qpc@T8TmRBV)YwRe@p~2N% VBs)S0HJO6Zfbq4NKc8-8`2(OHIX(aY 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" }