Skip to content

Commit

Permalink
chore(deps): bump tantivy from 0.21.1 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [tantivy](https://github.com/quickwit-oss/tantivy) from 0.21.1 to 0.22.0.
- [Release notes](https://github.com/quickwit-oss/tantivy/releases)
- [Changelog](https://github.com/quickwit-oss/tantivy/blob/main/CHANGELOG.md)
- [Commits](quickwit-oss/tantivy@0.21.1...tantivy-query-grammar-v0.22.0)

---
updated-dependencies:
- dependency-name: tantivy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 516dbbf commit 586df7c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 63 deletions.
117 changes: 55 additions & 62 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 @@ -64,7 +64,7 @@ clap = { version = "4.5.4", features = ["derive"] }
crossterm = "0.27.0"
ratatui = "0.26.1"
tui-textarea = "0.4.0"
tantivy = { version = "0.21.1", optional = true }
tantivy = { version = "0.22.0", optional = true }

# workspace dependencies
serde.workspace = true
Expand Down

0 comments on commit 586df7c

Please sign in to comment.