From 48192f826a5367e6a157fee22584e1a224db20e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 00:28:35 +0000 Subject: [PATCH] Update tree-sitter-tags requirement from 0.23 to 0.25 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) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.23.0...v0.25.1) --- 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 8ee73d6e..1b570ab8 100644 --- a/function-grep/Cargo.toml +++ b/function-grep/Cargo.toml @@ -34,7 +34,7 @@ tree-sitter-go = { version = "0.23.4", optional = true } tree-sitter-c-sharp = { version = "0.23.1", optional = true } tree-sitter-javascript = { version = "0.23.1", optional = true } tree-sitter-rust = { version = "0.23.0", optional = true } -tree-sitter-tags = "0.23" +tree-sitter-tags = "0.25" log = "0.4.22"