fix: update tantivy for solving threads exposion for tantivy (#42715)

update tantivy: https://github.com/zilliztech/tantivy/pull/16

Signed-off-by: SpadeA-Tang <tangchenjie1210@gmail.com>
This commit is contained in:
Spade A 2025-06-13 16:19:03 +08:00 committed by GitHub
parent 3915ecacee
commit 42a98a287d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ lindera-ko-dic = ["lindera/ko-dic"]
lindera-cc-cedict = ["lindera/cc-cedict"]
[dependencies]
tantivy = { git = "https://github.com/zilliztech/tantivy", tag = "0.21.1-fix4" } # we have make a private fix for milvus, should be removed in future after milvus fixing the bug.
tantivy = { git = "https://github.com/zilliztech/tantivy", tag = "0.21.2-fix2" } # we have make a private fix for milvus, should be removed in future after milvus fixing the bug.
lindera = "0.40.1"
futures = "0.3.21"
libc = "0.2"