From 1ce6244db9de6b4718056e83d4b5260f97406b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 21:51:07 +0900 Subject: [PATCH] Update tantivy requirement from 0.15 to 0.16 (#25) Updates the requirements on [tantivy](https://github.com/tantivy-search/tantivy) to permit the latest version. - [Release notes](https://github.com/tantivy-search/tantivy/releases) - [Changelog](https://github.com/tantivy-search/tantivy/blob/main/CHANGELOG.md) - [Commits](https://github.com/tantivy-search/tantivy/commits) --- updated-dependencies: - dependency-name: tantivy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8145f3..1d183c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = ["text-processing"] license = "MIT" [dependencies] -tantivy = "0.15" +tantivy = "0.16" lindera = "0.8.0" lindera-core = "0.8.0"