From e710857a9676d00761a5b4f4c7f6717ffa0ce653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:53:48 +0000 Subject: [PATCH] Update tantivy requirement from 0.19.2 to 0.22.0 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](https://github.com/quickwit-oss/tantivy/compare/0.19.2...tantivy-query-grammar-v0.22.0) --- updated-dependencies: - dependency-name: tantivy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb886b2..2187ca9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }