diff --git a/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.lock b/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.lock index 5c9db690d7..eb1c4fede7 100644 --- a/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.lock +++ b/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.lock @@ -2927,7 +2927,7 @@ checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" [[package]] name = "ownedbytes" version = "0.6.0" -source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387" +source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149" dependencies = [ "stable_deref_trait", ] @@ -3657,7 +3657,7 @@ dependencies = [ [[package]] name = "tantivy" version = "0.21.1" -source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387" +source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149" dependencies = [ "aho-corasick", "arc-swap", @@ -3739,7 +3739,7 @@ dependencies = [ [[package]] name = "tantivy-bitpacker" version = "0.5.0" -source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387" +source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149" dependencies = [ "bitpacking", ] @@ -3747,7 +3747,7 @@ dependencies = [ [[package]] name = "tantivy-columnar" version = "0.2.0" -source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387" +source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149" dependencies = [ "fastdivide", "fnv", @@ -3762,13 +3762,14 @@ dependencies = [ [[package]] name = "tantivy-common" version = "0.6.0" -source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387" +source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149" dependencies = [ "async-trait", "byteorder", "ownedbytes", "serde", "time", + "tokio", ] [[package]] @@ -3785,7 +3786,7 @@ dependencies = [ [[package]] name = "tantivy-query-grammar" version = "0.21.0" -source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387" +source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149" dependencies = [ "nom", ] @@ -3793,7 +3794,7 @@ dependencies = [ [[package]] name = "tantivy-sstable" version = "0.2.0" -source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387" +source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149" dependencies = [ "tantivy-common", "tantivy-fst", @@ -3803,7 +3804,7 @@ dependencies = [ [[package]] name = "tantivy-stacker" version = "0.2.0" -source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387" +source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149" dependencies = [ "murmurhash32", "tantivy-common", @@ -3812,7 +3813,7 @@ dependencies = [ [[package]] name = "tantivy-tokenizer-api" version = "0.2.0" -source = "git+https://github.com/zilliztech/tantivy?tag=0.21.1-fix4#bc211a5a76930b120b1eeb25073be27f20ba0387" +source = "git+https://github.com/zilliztech/tantivy?tag=0.21.2-fix3#8638b212aeaa4dc28cdfe1e0b7ddb5853db88149" dependencies = [ "serde", ] diff --git a/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml b/internal/core/thirdparty/tantivy/tantivy-binding/Cargo.toml index f8562e2fdb..4fde2f6285 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.2-fix2" } # 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-fix3" } # 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"