Skip to content

Commit

Permalink
Update tree-sitter-embedded-template requirement in /ruby/extractor
Browse files Browse the repository at this point in the history
Updates the requirements on [tree-sitter-embedded-template](https://github.com/tree-sitter/tree-sitter-embedded-template) to permit the latest version.
- [Commits](tree-sitter/tree-sitter-embedded-template@v0.20.0...v0.23.0)

---
updated-dependencies:
- dependency-name: tree-sitter-embedded-template
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent f7c4c0a commit 6cc2476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
flate2 = "1.0"
node-types = { path = "../node-types" }
tree-sitter = "0.20"
tree-sitter-embedded-template = "0.20"
tree-sitter-embedded-template = "0.23"
tree-sitter-ruby = { git = "https://github.com/tree-sitter/tree-sitter-ruby.git", rev = "bb6a42e42b048627a74a127d3e0184c1eef01de9" }
clap = "4.0"
tracing = "0.1"
Expand Down

0 comments on commit 6cc2476

Please sign in to comment.