From adb456056d2d4a3477662b01dbf3cfc43298cc54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:10:26 +0000 Subject: [PATCH] deps: update tantivy requirement from 0.22 to 0.25 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.25.0) --- updated-dependencies: - dependency-name: tantivy dependency-version: 0.25.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..96f60e9 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.25" # Logging & Tracing tracing = "0.1"