Skip to content

Commit a30d6f9

Browse files
build(deps): update tree-sitter requirement in /build_rust
Updates the requirements on [tree-sitter](https://github.com/tree-sitter/tree-sitter) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.3...v0.26.2) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ac2f3c commit a30d6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = "1.0.97"
1515
camino = "1.1.9"
1616
glob = "0.3.2"
1717
streaming-iterator = "0.1.9"
18-
tree-sitter = "0.25.3"
18+
tree-sitter = "0.26.2"
1919
tree-sitter-svelte-ng = "1.0.2"
2020
tree-sitter-typescript = "0.23.2"
2121
which = "7.0.2"

0 commit comments

Comments
 (0)