diff --git a/Cargo.lock b/Cargo.lock index d43abd2..8d9ad21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1061,9 +1061,9 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.26.8" +version = "0.26.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538" +checksum = "4dab76d0b724ba557954125188cf0633a1ca43199ced82d95c7b9c32cc3de1f3" dependencies = [ "cc", "regex", @@ -1085,9 +1085,9 @@ dependencies = [ [[package]] name = "tree-sitter-highlight" -version = "0.26.8" +version = "0.26.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccde2b54a34b58313e69c02496a2a9ad38d59af79b196b5e1df063431752a7e0" +checksum = "f4fbfa3f35520ff730da507e2c9a526a98156f417e0008c73de873741d7e4ecc" dependencies = [ "regex", "streaming-iterator", diff --git a/tui/Cargo.toml b/tui/Cargo.toml index 2589e55..ecb8fcf 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -23,7 +23,7 @@ time = { version = "0.3.46", features = ["formatting", "local-offset", "macros"] unicode-width = { version = "0.2.0", default-features = false } osutil_core = { path = "../core" } tree-sitter-bash = { version = "0.25.0", optional = true } -tree-sitter-highlight = { version = "0.26.5", optional = true } +tree-sitter-highlight = { version = "0.26.9", optional = true } nix = { version = "0.31.1", features = [ "user" ] } vt100-ctt = "0.16.0" anyhow = "1.0"