Skip to content

Commit

Permalink
Update tantivy requirement from 0.19.2 to 0.22.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tantivy](https://github.com/quickwit-oss/tantivy) to permit the latest version.
- [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...tantivy-query-grammar-v0.22.0)

---
updated-dependencies:
- dependency-name: tantivy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent a793a71 commit e710857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rpassword = { version = "7.2.0", optional = true, default-features = false }
serde = { version = "1.0.164", optional = true, default-features = false }
serde_json = { version = "1.0.96", features = ["std"], optional = true, default-features = false }
serde_yaml = { version = "0.9.21", optional = true, default-features = false }
tantivy = { version = "0.19.2", features = ["mmap"], optional = true, default-features = false }
tantivy = { version = "0.22.0", features = ["mmap"], optional = true, default-features = false }
ticky = { git = "https://github.com/Dirout/ticky.git", features = ["stdtime"], optional = true, default-features = false }
url = { version = "2.4.0", optional = true, default-features = false }
uuid = { version = "1.3.3", features = ["std", "v7", "serde"], optional = true, default-features = false }
Expand Down

0 comments on commit e710857

Please sign in to comment.