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" }