diff --git a/rust-core/Cargo.toml b/rust-core/Cargo.toml index 60e0be4..a41c152 100644 --- a/rust-core/Cargo.toml +++ b/rust-core/Cargo.toml @@ -36,7 +36,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } # Tree-sitter for parsing -tree-sitter = "0.20" +tree-sitter = "0.25" tree-sitter-typescript = "0.20" tree-sitter-javascript = "0.20" tree-sitter-python = "0.20"