diff --git a/uvls/Cargo.toml b/uvls/Cargo.toml index e2835c7b..746eecf1 100644 --- a/uvls/Cargo.toml +++ b/uvls/Cargo.toml @@ -36,7 +36,7 @@ tokio-util = "0.7.4" serde_json = "1.0" walkdir = "2" tree-sitter-uvl = {path="../tree-sitter-uvl"} -tree-sitter-json = {git="https://github.com/tree-sitter/tree-sitter-json"} +tree-sitter-json = {git="https://github.com/tree-sitter/tree-sitter-json", rev = "c5a9a9af069de3fe0ef5fa2fa001b6a2e44d75b2"} hashbrown = "0.13.2" regex = "1" axum = {version = "0.6.6", features = ["ws"]}