From 6387b4de73bac9fce3883303cd646515c848e9e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:34:56 +0000 Subject: [PATCH] tree-sitter: Update to version 0.24.3 --- bucket/tree-sitter.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tree-sitter.json b/bucket/tree-sitter.json index 99d38c2b48..ccb9a145d9 100644 --- a/bucket/tree-sitter.json +++ b/bucket/tree-sitter.json @@ -1,16 +1,16 @@ { - "version": "0.24.2", + "version": "0.24.3", "description": "An incremental parsing system for programming tools", "homepage": "https://tree-sitter.github.io/tree-sitter/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.2/tree-sitter-windows-x64.gz", - "hash": "9ac4cab6e080a0b8efc0cdf78f21e686f512534918bedc2faede7fa29b34abf8" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.3/tree-sitter-windows-x64.gz", + "hash": "f58a7d59a5499eeaf76288c633ebbc56b5cd2839cfed9c8c2d55005a47709d3b" }, "32bit": { - "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.2/tree-sitter-windows-x86.gz", - "hash": "b5d5603942802972556c9f00edbbcfa9879bf98ce5d021089070ce2ca43021ab" + "url": "https://github.com/tree-sitter/tree-sitter/releases/download/v0.24.3/tree-sitter-windows-x86.gz", + "hash": "9dbd203fae22e027783a2b71f10f11bbddf882e1bfe85033fe5b3ee2f070d26c" } }, "bin": "tree-sitter.exe",