Skip to content

Commit

Permalink
chore(deps): bump the cargo group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update in the / directory: [tree-sitter](https://github.com/tree-sitter/tree-sitter).


Updates `tree-sitter` from 0.22.6 to 0.24.3
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md)
- [Commits](tree-sitter/tree-sitter@v0.22.6...v0.24.3)

Updates `cc` from 1.1.6 to 1.1.30
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.6...cc-v1.1.30)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 01c0da2 commit a7c75bd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
46 changes: 35 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "~0.22.6"
tree-sitter = "~0.24.3"

[build-dependencies]
cc = "1.0"

0 comments on commit a7c75bd

Please sign in to comment.