Skip to content

Commit 0516505

Browse files
committed
Rust: update dependencies
1 parent 6fd469c commit 0516505

File tree

2 files changed

+39
-33
lines changed

2 files changed

+39
-33
lines changed

rust/extractor/Cargo.lock

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

rust/extractor/codeql-extractor-fake-crate/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["GitHub"]
77
[dependencies]
88
flate2 = "1.0"
99
globset = "0.4"
10-
tree-sitter = ">= 0.22.6"
10+
tree-sitter = ">= 0.23.0"
1111
tracing = "0.1"
1212
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }
1313
rayon = "1.5.0"
@@ -24,5 +24,3 @@ tree-sitter-ql = { git = "https://github.com/tree-sitter/tree-sitter-ql" }
2424
tree-sitter-json = {git = "https://github.com/tree-sitter/tree-sitter-json" }
2525
rand = "0.8.5"
2626

27-
[patch.crates-io]
28-
tree-sitter = {git = "https://github.com/redsun82/tree-sitter.git", rev = "1f5c1112ceaa8fc6aff61d1852690407670d2a96"}

0 commit comments

Comments
 (0)