mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
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:
parent
3915ecacee
commit
42a98a287d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user