From 409da152186be2d4b97923f5958c992562ea1e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:32:06 +0000 Subject: [PATCH] Update tantivy requirement from 0.19.2 to 0.21.1 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...0.21.1) --- 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..3c219c3 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.21.1", 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 }