Skip to content

Commit 791bfc8

Browse files
authored
Merge pull request #1 from whartondylan/dependabot/cargo/ql/clap-4.5.40
2 parents 64d0e41 + 959972d commit 791bfc8

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

ql/Cargo.lock

Lines changed: 14 additions & 14 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
@@ -12,7 +12,7 @@ tree-sitter-ql = { git = "https://github.com/tree-sitter/tree-sitter-ql.git", re
1212
tree-sitter-ql-dbscheme = { git = "https://github.com/tree-sitter/tree-sitter-ql-dbscheme.git", rev = "1980b4b6998a1138d326f863e6168f0f2c0c544d"}
1313
tree-sitter-blame = {path = "../buramu/tree-sitter-blame"}
1414
tree-sitter-json = {git = "https://github.com/tree-sitter/tree-sitter-json.git", rev = "8bfdb43f47ad805bb1ce093203cfcbaa8ed2c571"}
15-
clap = { version = "4.2", features = ["derive"] }
15+
clap = { version = "4.5", features = ["derive"] }
1616
tracing = "0.1"
1717
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
1818
rayon = "1.9.0"

0 commit comments

Comments
 (0)