Bump Tree-sitter to 0.25.6 (#32090)

Fixes #31810 

Release Notes:

- Fixed a crash that could occur when editing YAML files.
This commit is contained in:
Max Brunsfeld 2025-06-04 09:55:10 -07:00 committed by GitHub
parent aefb798090
commit 8b28941c14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -574,7 +574,7 @@ tokio = { version = "1" }
tokio-tungstenite = { version = "0.26", features = ["__rustls-tls"] }
toml = "0.8"
tower-http = "0.4.4"
tree-sitter = { version = "0.25.5", features = ["wasm"] }
tree-sitter = { version = "0.25.6", features = ["wasm"] }
tree-sitter-bash = "0.23"
tree-sitter-c = "0.23"
tree-sitter-cpp = "0.23"