diff --git a/Cargo.toml b/Cargo.toml index b8c59604c..ef6fd21f5 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.12" +tree-sitter = "=0.26.13" 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 34e0ad3bf..2f35baead 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -621,9 +621,9 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.26.12" +version = "0.26.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c567a8e18ae93f20982c90370b16fd24023aeaf52f6052b96957ab253a0fec" +checksum = "17ebdd3a5a7e28a1890b876fdbd0c3c0fe0a6336cffaa104f11b9f720c9daa29" dependencies = [ "cc", "regex",