mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
enhance: update tantivy (#46521)
issue: #46520 Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
This commit is contained in:
parent
0203aefad1
commit
db9afe9756
53
internal/core/thirdparty/tantivy/tantivy-binding/Cargo.lock
generated
vendored
53
internal/core/thirdparty/tantivy/tantivy-binding/Cargo.lock
generated
vendored
@ -911,7 +911,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.61.0",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1398,7 +1398,7 @@ dependencies = [
|
||||
"libc",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"socket2 0.6.0",
|
||||
"socket2 0.5.10",
|
||||
"tokio",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
@ -3003,7 +3003,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ownedbytes"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#ae05d37a3eb901dc2aa5674d0d0dd0fc01a0298d"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#6670c135ddc8ea5b75dbb8383ad5c7e4208a062f"
|
||||
dependencies = [
|
||||
"stable_deref_trait",
|
||||
]
|
||||
@ -3223,7 +3223,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
|
||||
dependencies = [
|
||||
"heck 0.5.0",
|
||||
"itertools 0.14.0",
|
||||
"itertools 0.10.5",
|
||||
"log",
|
||||
"multimap",
|
||||
"once_cell",
|
||||
@ -3243,7 +3243,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"itertools 0.14.0",
|
||||
"itertools 0.10.5",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
@ -3271,7 +3271,7 @@ dependencies = [
|
||||
"quinn-udp",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustls",
|
||||
"socket2 0.6.0",
|
||||
"socket2 0.5.10",
|
||||
"thiserror 2.0.16",
|
||||
"tokio",
|
||||
"tracing",
|
||||
@ -3308,7 +3308,7 @@ dependencies = [
|
||||
"cfg_aliases",
|
||||
"libc",
|
||||
"once_cell",
|
||||
"socket2 0.6.0",
|
||||
"socket2 0.5.10",
|
||||
"tracing",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
@ -3604,7 +3604,7 @@ dependencies = [
|
||||
"errno",
|
||||
"libc",
|
||||
"linux-raw-sys 0.11.0",
|
||||
"windows-sys 0.61.0",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3954,7 +3954,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy"
|
||||
version = "0.23.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#ae05d37a3eb901dc2aa5674d0d0dd0fc01a0298d"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#6670c135ddc8ea5b75dbb8383ad5c7e4208a062f"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"arc-swap",
|
||||
@ -4060,7 +4060,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-bitpacker"
|
||||
version = "0.6.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#ae05d37a3eb901dc2aa5674d0d0dd0fc01a0298d"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#6670c135ddc8ea5b75dbb8383ad5c7e4208a062f"
|
||||
dependencies = [
|
||||
"bitpacking 0.9.2",
|
||||
]
|
||||
@ -4083,7 +4083,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-columnar"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#ae05d37a3eb901dc2aa5674d0d0dd0fc01a0298d"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#6670c135ddc8ea5b75dbb8383ad5c7e4208a062f"
|
||||
dependencies = [
|
||||
"downcast-rs",
|
||||
"fastdivide",
|
||||
@ -4110,7 +4110,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-common"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#ae05d37a3eb901dc2aa5674d0d0dd0fc01a0298d"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#6670c135ddc8ea5b75dbb8383ad5c7e4208a062f"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"byteorder",
|
||||
@ -4153,7 +4153,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-query-grammar"
|
||||
version = "0.22.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#ae05d37a3eb901dc2aa5674d0d0dd0fc01a0298d"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#6670c135ddc8ea5b75dbb8383ad5c7e4208a062f"
|
||||
dependencies = [
|
||||
"nom",
|
||||
]
|
||||
@ -4171,7 +4171,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-sstable"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#ae05d37a3eb901dc2aa5674d0d0dd0fc01a0298d"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#6670c135ddc8ea5b75dbb8383ad5c7e4208a062f"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"itertools 0.14.0",
|
||||
@ -4193,7 +4193,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-stacker"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#ae05d37a3eb901dc2aa5674d0d0dd0fc01a0298d"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#6670c135ddc8ea5b75dbb8383ad5c7e4208a062f"
|
||||
dependencies = [
|
||||
"murmurhash32",
|
||||
"rand_distr",
|
||||
@ -4211,7 +4211,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-tokenizer-api"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#ae05d37a3eb901dc2aa5674d0d0dd0fc01a0298d"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#6670c135ddc8ea5b75dbb8383ad5c7e4208a062f"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
@ -4237,7 +4237,7 @@ dependencies = [
|
||||
"getrandom 0.3.3",
|
||||
"once_cell",
|
||||
"rustix 1.1.2",
|
||||
"windows-sys 0.61.0",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4870,7 +4870,7 @@ version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
||||
dependencies = [
|
||||
"windows-sys 0.61.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4885,12 +4885,6 @@ version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
||||
|
||||
[[package]]
|
||||
name = "windows-link"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
||||
|
||||
[[package]]
|
||||
name = "windows-sys"
|
||||
version = "0.48.0"
|
||||
@ -4927,15 +4921,6 @@ dependencies = [
|
||||
"windows-targets 0.53.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-sys"
|
||||
version = "0.61.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
|
||||
dependencies = [
|
||||
"windows-link 0.2.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-targets"
|
||||
version = "0.48.5"
|
||||
@ -4973,7 +4958,7 @@ version = "0.53.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
||||
dependencies = [
|
||||
"windows-link 0.1.3",
|
||||
"windows-link",
|
||||
"windows_aarch64_gnullvm 0.53.0",
|
||||
"windows_aarch64_msvc 0.53.0",
|
||||
"windows_i686_gnu 0.53.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user