Skip to content

Commit

Permalink
Merge pull request #14779 from github/dependabot/cargo/ql/tracing-sub…
Browse files Browse the repository at this point in the history
…scriber-0.3.18

Bump tracing-subscriber from 0.3.17 to 0.3.18 in /ql
  • Loading branch information
erik-krogh authored Nov 14, 2023
2 parents c14d404 + f8c8d59 commit db42b60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ql/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ql/extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit db42b60

Please sign in to comment.