Skip to content

Commit a4c8461

Browse files
Update tree-sitter requirement from 0.19 to 0.20 in /ruby/extractor
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.19.0...v0.20.6) --- updated-dependencies: - dependency-name: tree-sitter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e12b6df commit a4c8461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
flate2 = "1.0"
1111
node-types = { path = "../node-types" }
12-
tree-sitter = "0.19"
12+
tree-sitter = "0.20"
1313
tree-sitter-embedded-template = "0.19"
1414
tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "1ebfdb288842dae5a9233e2509a135949023dd82" }
1515
clap = "3.0"

0 commit comments

Comments
 (0)