From 557e0db564044c90481f6f7324505716dddd3c40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:49:13 +0000 Subject: [PATCH] deps: update tantivy requirement from 0.22 to 0.26 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/tantivy-query-grammar-v0.22.0...0.26.0) --- updated-dependencies: - dependency-name: tantivy dependency-version: 0.26.0 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 c928bab..c8639f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ hex = "0.4" chrono = { version = "0.4", features = ["serde"] } # Full-text search -tantivy = "0.22" +tantivy = "0.26" # Logging & Tracing tracing = "0.1"