mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Python: upgrade cargo dependencies
This required some code changes because of some breaking changes in `clap` and `tree-sitter`. Also needed to assign a new bazel repo name to the `crates_vendor` to avoid name conflicts in `MODULE.bazel`.
This commit is contained in:
@@ -26,7 +26,7 @@ path = "bindings/rust/lib.rs"
|
||||
|
||||
## When updating these dependencies, run `misc/bazel/3rdparty/update_cargo_deps.sh`
|
||||
[dependencies]
|
||||
tree-sitter = ">= 0.20, < 0.21"
|
||||
tree-sitter = "^0.24"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
cc = "1.2"
|
||||
|
||||
Reference in New Issue
Block a user