Skip to content

Commit 48192f8

Browse files
Update tree-sitter-tags requirement from 0.23 to 0.25
Updates the requirements on [tree-sitter-tags](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.23.0...v0.25.1) --- updated-dependencies: - dependency-name: tree-sitter-tags dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df1e359 commit 48192f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function-grep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tree-sitter-go = { version = "0.23.4", optional = true }
3434
tree-sitter-c-sharp = { version = "0.23.1", optional = true }
3535
tree-sitter-javascript = { version = "0.23.1", optional = true }
3636
tree-sitter-rust = { version = "0.23.0", optional = true }
37-
tree-sitter-tags = "0.23"
37+
tree-sitter-tags = "0.25"
3838
log = "0.4.22"
3939

4040

0 commit comments

Comments
 (0)