From 8e9e2105b58173dc32a4dbb9d271768777816db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 00:58:06 +0000 Subject: [PATCH] build(deps): update tree-sitter-highlight requirement from 0.24 to 0.25 Updates the requirements on [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.24.0...v0.24.7) --- updated-dependencies: - dependency-name: tree-sitter-highlight dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ratisui-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ratisui-core/Cargo.toml b/ratisui-core/Cargo.toml index 97c4164..ba3b181 100644 --- a/ratisui-core/Cargo.toml +++ b/ratisui-core/Cargo.toml @@ -47,7 +47,7 @@ jaded = { version = "0.5.0", features = ["serde"] } protobuf = { version = "3.7.1" } tree-sitter = { workspace = true} -tree-sitter-highlight = "0.24" +tree-sitter-highlight = "0.25" tree-sitter-json = "0.24" tree-sitter-html = { git = "https://github.com/honhimW/tree-sitter-html" } tree-sitter-ron = { git = "https://github.com/honhimW/tree-sitter-ron" }