Skip to content

Commit

Permalink
build(deps): bump tree-sitter-c from 0.20.2 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [tree-sitter-c](https://github.com/tree-sitter/tree-sitter-c) from 0.20.2 to 0.21.0.
- [Release notes](https://github.com/tree-sitter/tree-sitter-c/releases)
- [Commits](tree-sitter/tree-sitter-c@v0.20.2...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 55ffc03 commit ad0c0e2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 23 deletions.
64 changes: 43 additions & 21 deletions 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 treeedb-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ repository = "https://github.com/langston-barrett/treeedb"
[dependencies]
anyhow = "1.0"
treeedb = { version = "0.1.0", path = "../treeedb", features = ["cli"] }
tree-sitter-c = { version = "0.20" }
tree-sitter-c = { version = "0.21" }
2 changes: 1 addition & 1 deletion treeedbgen-souffle-c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/langston-barrett/treeedb"
[dependencies]
anyhow = "1"
treeedbgen-souffle = { version = "0.1.0", path = "../treeedbgen-souffle", features = ["cli"] }
tree-sitter-c = { version = "0.20" }
tree-sitter-c = { version = "0.21" }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down

0 comments on commit ad0c0e2

Please sign in to comment.