Skip to content

Commit 76b5a6f

Browse files
build(deps): bump tree-sitter from 0.20.10 to 0.22.6
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.20.10 to 0.22.6. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md) - [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.22.6) --- updated-dependencies: - dependency-name: tree-sitter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8037bb commit 76b5a6f

File tree

2 files changed

+42
-20
lines changed

2 files changed

+42
-20
lines changed

Cargo.lock

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

treeedb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/langston-barrett/treeedb"
1414
anyhow = { version = "1", optional = true }
1515
clap = { version = "4", features = ["derive"], optional = true }
1616
csv = "1"
17-
tree-sitter = "0.20"
17+
tree-sitter = "0.22"
1818

1919
[features]
2020
default = []

0 commit comments

Comments
 (0)