Skip to content

Commit b0efff0

Browse files
authored
Merge pull request github#12904 from github/dependabot/cargo/ql/tracing-subscriber-0.3.17
Bump tracing-subscriber from 0.3.16 to 0.3.17 in /ql
2 parents b16444d + 5e274c9 commit b0efff0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ql/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ql/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tree-sitter-blame = {path = "../buramu/tree-sitter-blame"}
1515
tree-sitter-json = {git = "https://github.com/tausbn/tree-sitter-json.git", rev = "745663ee997f1576fe1e7187e6347e0db36ec7a9"}
1616
clap = { version = "4.2", features = ["derive"] }
1717
tracing = "0.1"
18-
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
18+
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
1919
rayon = "1.7.0"
2020
regex = "1.8.1"
2121
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }

0 commit comments

Comments
 (0)