diff --git a/rust-core/Cargo.toml b/rust-core/Cargo.toml index acf4788..44c409d 100644 --- a/rust-core/Cargo.toml +++ b/rust-core/Cargo.toml @@ -37,7 +37,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } chrono = { version = "0.4", features = ["serde"] } # Tree-sitter for parsing -tree-sitter = "0.20" +tree-sitter = "0.26" tree-sitter-typescript = "0.20" tree-sitter-javascript = "0.20" tree-sitter-python = "0.20"