Skip to content

Commit 052c1ea

Browse files
deps: bump tree-sitter in the production-dependencies group
Bumps the production-dependencies group with 1 update: [tree-sitter](https://github.com/tree-sitter/tree-sitter). Updates `tree-sitter` from 0.25.10 to 0.26.3 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.10...v0.26.3) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.26.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a37f60e commit 052c1ea

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

Cargo.lock

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

extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rayon = "1.10"
1717
regex = "1.12"
1818

1919
# TreeSitter
20-
tree-sitter = "^0.25"
20+
tree-sitter = "^0.26"
2121
# Grammars
2222
# tree-sitter-hcl = { path = "./tree-sitter-hcl" }
2323
tree-sitter-hcl = { git = "https://github.com/GeekMasher/tree-sitter-hcl", rev = "3e0539c5fe690b353af38dce1423880d0f0c81f9" }

0 commit comments

Comments
 (0)