From 78caf8fa70f0d2a413e6da36245511375dab793c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 09:55:08 +0000 Subject: [PATCH] build(deps): update tree-sitter-rust requirement from =0.23.2 to =0.24.0 Updates the requirements on [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-rust/compare/v0.23.2...v0.24.0) --- updated-dependencies: - dependency-name: tree-sitter-rust dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a5c1bda0..e838c7978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tree-sitter-kotlin-ng = "1.1.0" tree-sitter-typescript = "=0.23.2" tree-sitter-javascript = "=0.23.1" tree-sitter-python = "=0.23.6" -tree-sitter-rust = "=0.23.2" +tree-sitter-rust = "=0.24.0" tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.3" } tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.3" } tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.4" }