Skip to content

Commit

Permalink
chore(deps): bump tantivy from 0.19.2 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [tantivy](https://github.com/quickwit-oss/tantivy) from 0.19.2 to 0.21.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.19.2...0.21)

---
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 Sep 25, 2023
1 parent 82a6789 commit 96c0414
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 92 deletions.
205 changes: 114 additions & 91 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 store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lru = {version = "0.11.1", optional = true}
serde = {version = "1.0.188", optional = true}
serde_derive = {version = "1.0.188", optional = true}
serde_json = {version = "1.0.107", optional = true}
tantivy = {version = "0.19.2", optional = true}
tantivy = {version = "0.21.0", optional = true}

[dev-dependencies]
exocore-chain = {version = "0.1.25", path = "../chain", features = ["tests-utils"]}
Expand Down

0 comments on commit 96c0414

Please sign in to comment.