From 89acd3722773583e0f41d642f3cc41a9e171aef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:20:23 +0000 Subject: [PATCH] deps(deps): update tree-sitter-go requirement in /rust-core Updates the requirements on [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter-go/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-go/compare/v0.20.0...v0.20.0) --- updated-dependencies: - dependency-name: tree-sitter-go dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-core/Cargo.toml b/rust-core/Cargo.toml index 60e0be4..da2f5c6 100644 --- a/rust-core/Cargo.toml +++ b/rust-core/Cargo.toml @@ -41,7 +41,7 @@ tree-sitter-typescript = "0.20" tree-sitter-javascript = "0.20" tree-sitter-python = "0.20" tree-sitter-rust = "0.20" -tree-sitter-go = "0.20" +tree-sitter-go = "0.25" tree-sitter-java = "0.20" tree-sitter-cpp = "0.20" tree-sitter-c-sharp = "0.20"