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",