From 0bcdf3cbbfbd2517d9fe712dd89aa1ecae039021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 20:50:43 +0000 Subject: [PATCH] Update tantivy-fst requirement from 0.3.0 to 0.4.0 Updates the requirements on [tantivy-fst](https://github.com/tantivy-search/fst) to permit the latest version. - [Release notes](https://github.com/tantivy-search/fst/releases) - [Commits](https://github.com/tantivy-search/fst/commits) --- updated-dependencies: - dependency-name: tantivy-fst 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 990c09d8a..13c21ce77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ byteorder = "1.4.3" crc32fast = "1.3.2" once_cell = "1.10.0" regex = { version = "1.5.5", default-features = false, features = ["std", "unicode"] } -tantivy-fst = "0.3.0" +tantivy-fst = "0.4.0" memmap2 = { version = "0.5.3", optional = true } lz4_flex = { version = "0.9.2", default-features = false, features = ["checked-decode"], optional = true } brotli = { version = "3.3.4", optional = true }