diff --git a/Cargo.lock b/Cargo.lock index 436db56a19a34d2ae62aa226fa07ca442de04879..813e7228061930fa06f82967d8dab729374696ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14246,9 +14246,9 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5168a515fe492af54c5cc8800ff8c840be09fa5168de45838afaecd3e008bce4" +checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167" dependencies = [ "cc", "regex", diff --git a/Cargo.toml b/Cargo.toml index 48c88d2be86c177b9ea4873ea4c2260ce4af3e58..291355135b1274b97f14c0cb59f6bc112c47a231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -538,7 +538,7 @@ tiny_http = "0.8" toml = "0.8" tokio = { version = "1" } tower-http = "0.4.4" -tree-sitter = { version = "0.25.2", features = ["wasm"] } +tree-sitter = { version = "0.25.3", features = ["wasm"] } tree-sitter-bash = "0.23" tree-sitter-c = "0.23" tree-sitter-cpp = "0.23"