From 1558981b45544a0504a76a978e07fc8a48d14071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:19:01 +0000 Subject: [PATCH] Update tree-sitter-tags requirement from 0.23 to 0.24 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) - [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.23.0...v0.24.2) --- updated-dependencies: - dependency-name: tree-sitter-tags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- function-grep/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function-grep/Cargo.toml b/function-grep/Cargo.toml index 2c320b6a..09060404 100644 --- a/function-grep/Cargo.toml +++ b/function-grep/Cargo.toml @@ -34,7 +34,7 @@ tree-sitter-go = { version = "0.23.1", optional = true } tree-sitter-c-sharp = { version = "0.23.0", optional = true } tree-sitter-javascript = { version = "0.23.0", optional = true } tree-sitter-rust = { version = "0.23.0", optional = true } -tree-sitter-tags = "0.23" +tree-sitter-tags = "0.24" [dev-dependencies] clap = { version = "4.5.16", features = ["derive"] }