Skip to content

Commit

Permalink
chore(deps): bump tree-sitter from 0.22.5 to 0.22.6
Browse files Browse the repository at this point in the history
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.22.5 to 0.22.6.
- [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.5...v0.22.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 96d1251 commit e8aa0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
100755 → 100644

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
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0.197", features = ["derive", "rc"] }
serde_json = "1.0.115"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
ratatui = { version = "0.26.1", features = ["all-widgets", "crossterm"] }
tree-sitter = "0.22.5"
tree-sitter = "0.22.6"
tree-sitter-json = "0.21"
divan = "0.1.14"
lazy_static = "1.4"

0 comments on commit e8aa0fe

Please sign in to comment.