From a6f6696531a7a0a88b5218b1d7fca12dc1d012e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:03:24 +0000 Subject: [PATCH] fix(deps): update rust crate tree-sitter to v0.25.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 753db095..b53f35b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ update-informer = { version = "1.2.0", default-features = true, features = ["git futures = "0.3" syntect-tui = "3.0.5" syntect = "5.2.0" -tree-sitter = "=0.24.4" +tree-sitter = "=0.25.9" tree-sitter-just = "=0.1.0" rust-embed = "8.5.0" time = { version = "0.3.44", features = ["formatting"] }