From 71108fbcb9ec07ee3005d77671b4196c3c8de3a1 Mon Sep 17 00:00:00 2001 From: b41sh Date: Sun, 28 Apr 2024 11:15:12 +0800 Subject: [PATCH] chore: upgrade tantivy version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 99ab9b8..2adba97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,9 @@ keywords = ["tantivy", "jieba"] license = "MIT" [dependencies] -jieba-rs = "0.6.8" +jieba-rs = "0.7.0" lazy_static = "1.4.0" -tantivy-tokenizer-api = "0.2.0" +tantivy-tokenizer-api = "0.3.0" [dev-dependencies] -tantivy = "0.21.0" +tantivy = "0.22.0"