Skip to content

Commit

Permalink
chore(deps): bump the minor group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.23.2` | `0.24.1` |
| [addr2line](https://github.com/gimli-rs/addr2line) | `0.24.1` | `0.24.2` |
| [gimli](https://github.com/gimli-rs/gimli) | `0.31.0` | `0.31.1` |
| [ipnet](https://github.com/krisprice/ipnet) | `2.10.0` | `2.10.1` |
| [object](https://github.com/gimli-rs/object) | `0.36.4` | `0.36.5` |
| [tree-sitter-language](https://github.com/tree-sitter/tree-sitter) | `0.1.1` | `0.1.2` |


Updates `tree-sitter` from 0.23.2 to 0.24.1
- [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.23.2...v0.24.1)

Updates `addr2line` from 0.24.1 to 0.24.2
- [Changelog](https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/addr2line@0.24.1...0.24.2)

Updates `gimli` from 0.31.0 to 0.31.1
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/gimli@0.31.0...0.31.1)

Updates `ipnet` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/krisprice/ipnet/releases)
- [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
- [Commits](https://github.com/krisprice/ipnet/commits)

Updates `object` from 0.36.4 to 0.36.5
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.36.4...0.36.5)

Updates `tree-sitter-language` from 0.1.1 to 0.1.2
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: addr2line
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: gimli
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ipnet
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tree-sitter-language
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benbrandt committed Oct 4, 2024
1 parent c506e7c commit 6d6a171
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
31 changes: 19 additions & 12 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 @@ -72,7 +72,7 @@ strum = { version = "0.26", features = ["derive"] }
thiserror = "1.0.64"
tiktoken-rs = { version = "0.5", optional = true }
tokenizers = { version = "0.20", default-features = false, optional = true }
tree-sitter = { version = "0.23", optional = true }
tree-sitter = { version = "0.24", optional = true }
unicode-segmentation = "1.12"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ text-splitter = { path = "../..", features = [
] }
tiktoken-rs = "0.5"
tokenizers = { version = "0.20", default-features = false, features = ["onig"] }
tree-sitter = "0.23"
tree-sitter = "0.24"

[lints]
workspace = true

0 comments on commit 6d6a171

Please sign in to comment.