From 1730d9da21e672a64ab8a077f559f2cd10116693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:20:01 -0500 Subject: [PATCH] Bump tree-sitter-highlight from 0.24.2 to 0.24.3 (#826) Bumps [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) from 0.24.2 to 0.24.3. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.24.2...v0.24.3) --- updated-dependencies: - dependency-name: tree-sitter-highlight dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- tui/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d0c4c62..3fac60c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,9 +1011,9 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b84f60031bf8245b563a80c92c1034e557a914f7958f474bc0afa2eed78b98" +checksum = "f9871f16d6cf5c4757dcf30d5d2172a2df6987c510c017bbb7abfb7f9aa24d06" dependencies = [ "cc", "regex", @@ -1034,9 +1034,9 @@ dependencies = [ [[package]] name = "tree-sitter-highlight" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c727fb31f816c09fc54dc0e971d101318926866f7261b2acb820e84a61bf52d" +checksum = "48859aa39513716018d81904220960f415dbb72e071234a721304d20bf245e4c" dependencies = [ "lazy_static", "regex", diff --git a/tui/Cargo.toml b/tui/Cargo.toml index d4a4fa8b..334e073b 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -25,7 +25,7 @@ temp-dir = "0.1.14" unicode-width = "0.2.0" rand = { version = "0.8.5", optional = true } linutil_core = { path = "../core", version = "24.9.28" } -tree-sitter-highlight = "0.24.2" +tree-sitter-highlight = "0.24.3" tree-sitter-bash = "0.23.1" anstyle = "1.0.8" ansi-to-tui = "7.0.0"