Skip to content

Commit 6b27b34

Browse files
Bump tree-sitter from 0.20.10 to 0.25.3
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.20.10 to 0.25.3. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.25.3) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.25.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f497317 commit 6b27b34

File tree

2 files changed

+96
-3
lines changed

2 files changed

+96
-3
lines changed

Cargo.lock

Lines changed: 95 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ crate-type = ["cdylib", "lib"]
2020
[dependencies]
2121
pyo3 = { version = "0.24.1", features = ["abi3-py39", "extension-module"] }
2222
rayon = "1.5.1"
23-
tree-sitter = "0.20.8"
23+
tree-sitter = "0.25.3"
2424
tree-sitter-jinja2 = { git = "https://github.com/dbt-labs/tree-sitter-jinja2", tag = "v0.2.0" }
2525
thiserror = "2.0.12"
2626

0 commit comments

Comments
 (0)