From bbdd0e6a96822ff0e07db2eefcb00dce1eeacfac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 07:12:49 +0000 Subject: [PATCH] chore(deps): update rust crate tree-sitter to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d45913..3868162 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ eula = false [dependencies] glob = "0.3.2" -tree-sitter = "0.22" +tree-sitter = "0.26" tree-sitter-kotlin = "0.3.8" itertools = "0.14"