Skip to content

Commit

Permalink
Bump tree-sitter from 0.19.5 to 0.20.10 in /crates
Browse files Browse the repository at this point in the history
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.19.5 to 0.20.10.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent d23f027 commit fdc3c2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions crates/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 crates/protobuf_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.88"
pretty_env_logger = "0.5.0"
log = "0.4.20"
tree-sitter = "0.19.3"
tree-sitter = "0.20.10"
tree-sitter-proto = { git = "https://github.com/mitchellh/tree-sitter-proto.git", rev = "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f"}

[dev-dependencies]
Expand Down

0 comments on commit fdc3c2c

Please sign in to comment.