diff --git a/Cargo.toml b/Cargo.toml index d1e574609..15c8e4179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ authors = [ # entries via `.workspace = true`, so any grammar bump here MUST be # applied to enums/Cargo.toml in lockstep (see recreate-grammars.sh). [workspace.dependencies] -tree-sitter = "=0.26.11" +tree-sitter = "=0.26.12" tree-sitter-bash = "=0.25.1" tree-sitter-c-sharp = "=0.23.5" tree-sitter-elixir = "=0.3.5" diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 4c27ad0f8..9081bd76b 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -621,9 +621,9 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.26.11" +version = "0.26.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af1c71c1c4cc0920b20d6b0f6572e7682cd07a6a2faec71067a31fa394c586df" +checksum = "83c567a8e18ae93f20982c90370b16fd24023aeaf52f6052b96957ab253a0fec" dependencies = [ "cc", "regex",