From 42a98a287d0b035f42efabf1c7ea38bf3fbd5ca4 Mon Sep 17 00:00:00 2001 From: Spade A <71589810+SpadeA-Tang@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:19:03 +0800 Subject: [PATCH] fix: update tantivy for solving threads exposion for tantivy (#42715) update tantivy: https://github.com/zilliztech/tantivy/pull/16 Signed-off-by: SpadeA-Tang --- internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml b/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml index cc0e2a203c..f8562e2fdb 100644 --- a/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml +++ b/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml @@ -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"