From 67cbd76f2cf4b512191c26e43890eaab68d67433 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 25 Jul 2026 18:23:08 +0200 Subject: [PATCH] build(deps): bump tree-sitter to 4d0f12699 --- build.zig.zon | 4 ++-- cmake.deps/deps.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 29cc6b192e..f396f2dcad 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -25,8 +25,8 @@ .lazy = true, }, .treesitter = .{ - .url = "git+https://github.com/tree-sitter/tree-sitter#d11d18f746fdfd1826362c2531ce06808f386b02", - .hash = "tree_sitter-0.27.0-Tw2sR5ghDADIg6dNGsLLC9F8764vuny5P6VQedEuANTU", + .url = "git+https://github.com/tree-sitter/tree-sitter#4d0f126996baf50c99a15746c582cc423bcc3910", + .hash = "tree_sitter-0.27.0-Tw2sRwYnDADx0VoAlaRiIwWWVcPprfpTaTR5vJfQrcAb", .lazy = true, }, .libuv = .{ diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt index c66e70ffc0..456c45aeeb 100644 --- a/cmake.deps/deps.txt +++ b/cmake.deps/deps.txt @@ -49,8 +49,8 @@ TREESITTER_QUERY_URL https://github.com/tree-sitter-grammars/tree-sitter-query/a TREESITTER_QUERY_SHA256 c2b23b9a54cffcc999ded4a5d3949daf338bebb7945dece229f832332e6e6a7d TREESITTER_MARKDOWN_URL https://github.com/tree-sitter-grammars/tree-sitter-markdown/archive/v0.5.3.tar.gz TREESITTER_MARKDOWN_SHA256 df845b1ab7c7c163ec57d7fa17170c92b04be199bddab02523636efec5224ab6 -TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/d11d18f746fdfd1826362c2531ce06808f386b02.tar.gz -TREESITTER_SHA256 50546072d031b0cc1bf2075f3c2a22cdc94f95845059f3c68060389eab560a40 +TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/4d0f126996baf50c99a15746c582cc423bcc3910.tar.gz +TREESITTER_SHA256 d0394267d82d62b98152a02c879b7da1b933608754bf6e5adb27d4b49490f028 # NOTE: Also update the find_package() call if bumping the minimum. WASMTIME_URL https://github.com/bytecodealliance/wasmtime/archive/v36.0.12.tar.gz