Skip to content

Commit 187a8cc

Browse files
build(deps): update tree-sitter-rust requirement from =0.21.2 to =0.23.0
Updates the requirements on [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) to permit the latest version. - [Commits](tree-sitter/tree-sitter-rust@v0.21.2...v0.21.2) --- updated-dependencies: - dependency-name: tree-sitter-rust dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0a5c03 commit 187a8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tree-sitter-kotlin = "0.3.6"
3030
tree-sitter-typescript = "=0.21.2"
3131
tree-sitter-javascript = "=0.21.4"
3232
tree-sitter-python = "=0.21.0"
33-
tree-sitter-rust = "=0.21.2"
33+
tree-sitter-rust = "=0.23.0"
3434
tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.2" }
3535
tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.2" }
3636
tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.3" }

0 commit comments

Comments
 (0)