From 29b7e2771e12714db07a87b4abbf6ac7e87301e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 21:16:19 +0000 Subject: [PATCH] chore(deps): update rust crate tree-sitter-python to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95f8481..df82ff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ rayon = "1.10.0" env_logger = "0.11.6" log = "0.4.25" tree-sitter = "0.25.3" -tree-sitter-python = "0.23.6" +tree-sitter-python = "0.25.0" tree-sitter-typescript = "0.23.2" tree-sitter-javascript = "0.25.0" tree-sitter-json = "0.24.0"