Skip to content

Commit f2b116d

Browse files
Bump tree-sitter from 0.20.10 to 0.21.0
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.20.10 to 0.21.0. - [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.21.0) --- updated-dependencies: - dependency-name: tree-sitter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e5e2ac commit f2b116d

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

Cargo.lock

+20-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ topiary-core = { git = "https://github.com/tweag/topiary.git", version = "0.3.0"
1212
topiary-tree-sitter-facade = { git = "https://github.com/tweag/topiary.git", version = "0.3.0" }
1313
tree-sitter-facade = { git = "https://github.com/tweag/tree-sitter-facade" }
1414
clap = { version = "4.5.1", features = ["std", "derive", "help"], default-features = false }
15-
tree-sitter = "0.20.10"
15+
tree-sitter = "0.21.0"
1616
thiserror = "1.0.57"
1717
miette = { version = "7.1.0", default-features = false, features = ["derive", "fancy"] }
1818

0 commit comments

Comments
 (0)