diff --git a/Cargo.lock b/Cargo.lock index 2a0f5cb5..f6361f14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -642,9 +642,9 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.25.10" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87" +checksum = "2135256a14d38ef69702cf6afdb6a36805d8914523de06eb4e2756cee08736f2" dependencies = [ "cc", "regex", diff --git a/crates/plotnik-cli/Cargo.toml b/crates/plotnik-cli/Cargo.toml index cd8fb675..0940d9af 100644 --- a/crates/plotnik-cli/Cargo.toml +++ b/crates/plotnik-cli/Cargo.toml @@ -69,4 +69,4 @@ yaml = ["plotnik-langs/yaml"] clap = { version = "4.5", features = ["derive"] } plotnik-langs = { version = "0.1.0", path = "../plotnik-langs", default-features = false } plotnik-lib = { version = "0.1.0", path = "../plotnik-lib" } -tree-sitter = "0.25" +tree-sitter = "0.26" diff --git a/crates/plotnik-langs/Cargo.toml b/crates/plotnik-langs/Cargo.toml index 6f11fd17..b96894c1 100644 --- a/crates/plotnik-langs/Cargo.toml +++ b/crates/plotnik-langs/Cargo.toml @@ -68,7 +68,7 @@ yaml = ["dep:tree-sitter-yaml", "plotnik-macros/yaml"] paste = "1.0" plotnik-core = { version = "0.1.0", path = "../plotnik-core" } plotnik-macros = { version = "0.1.0", path = "../plotnik-macros" } -tree-sitter = "0.25" +tree-sitter = "0.26" tree-sitter-bash = { version = "0.25.0", optional = true } tree-sitter-c = { version = "0.24.0", optional = true } tree-sitter-cpp = { version = "0.23.0", optional = true } diff --git a/crates/plotnik-macros/Cargo.toml b/crates/plotnik-macros/Cargo.toml index 38249da8..d52c82b5 100644 --- a/crates/plotnik-macros/Cargo.toml +++ b/crates/plotnik-macros/Cargo.toml @@ -43,7 +43,7 @@ quote = "1" syn = "2" plotnik-core = { version = "0.1.0", path = "../plotnik-core" } serde_json = "1" -tree-sitter = "0.25" +tree-sitter = "0.26" tree-sitter-bash = { version = "0.25.0", optional = true } tree-sitter-c = { version = "0.24.0", optional = true } tree-sitter-cpp = { version = "0.23.0", optional = true }