diff --git a/ruby/extractor/Cargo.toml b/ruby/extractor/Cargo.toml index 9375f47a42ad..459cf5d234c7 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 = "6334d6ab3d04a5672da695d3b155ca3301511f8d" } clap = "3.0" tracing = "0.1"