diff --git a/Cargo.toml b/Cargo.toml index 8931689..b659a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ ko-dic-compress = ["lindera-tokenizer/ko-dic-compress"] cc-cedict-compress = ["lindera-tokenizer/cc-cedict-compress"] [dependencies] -tantivy-tokenizer-api = "0.1.1" +tantivy-tokenizer-api = "0.2.0" lindera-core = "0.27.0" lindera-dictionary = "0.27.0" @@ -31,7 +31,7 @@ lindera-tokenizer = "0.27.0" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } -tantivy = "0.20.2" +tantivy = "0.21.1" [[bench]] name = "bench"