diff --git a/ruby/extractor/Cargo.toml b/ruby/extractor/Cargo.toml index aa3d7de36cf7..32a156633057 100644 --- a/ruby/extractor/Cargo.toml +++ b/ruby/extractor/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" flate2 = "1.0" node-types = { path = "../node-types" } tree-sitter = "0.19" -tree-sitter-embedded-template = "0.19" +tree-sitter-embedded-template = "0.20" tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "1ebfdb288842dae5a9233e2509a135949023dd82" } clap = "3.0" tracing = "0.1"