fix: update tantivy to fix tantivy doc out of order when merge (#41596)

issue: #41597

Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
This commit is contained in:
Spade A 2025-04-29 13:46:49 +08:00 committed by GitHub
parent f35e8f7420
commit 910f68c986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3001,7 +3001,7 @@ dependencies = [
[[package]]
name = "ownedbytes"
version = "0.7.0"
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
source = "git+https://github.com/zilliztech/tantivy.git#8ea93cae1a177b2580c36e1e4a0c612c5d1649e9"
dependencies = [
"stable_deref_trait",
]
@ -3819,7 +3819,7 @@ dependencies = [
[[package]]
name = "tantivy"
version = "0.23.0"
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
source = "git+https://github.com/zilliztech/tantivy.git#8ea93cae1a177b2580c36e1e4a0c612c5d1649e9"
dependencies = [
"aho-corasick",
"arc-swap",
@ -3910,7 +3910,7 @@ dependencies = [
[[package]]
name = "tantivy-bitpacker"
version = "0.6.0"
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
source = "git+https://github.com/zilliztech/tantivy.git#8ea93cae1a177b2580c36e1e4a0c612c5d1649e9"
dependencies = [
"bitpacking 0.9.2",
]
@ -3933,7 +3933,7 @@ dependencies = [
[[package]]
name = "tantivy-columnar"
version = "0.3.0"
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
source = "git+https://github.com/zilliztech/tantivy.git#8ea93cae1a177b2580c36e1e4a0c612c5d1649e9"
dependencies = [
"downcast-rs",
"fastdivide",
@ -3960,7 +3960,7 @@ dependencies = [
[[package]]
name = "tantivy-common"
version = "0.7.0"
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
source = "git+https://github.com/zilliztech/tantivy.git#8ea93cae1a177b2580c36e1e4a0c612c5d1649e9"
dependencies = [
"async-trait",
"byteorder",
@ -4003,7 +4003,7 @@ dependencies = [
[[package]]
name = "tantivy-query-grammar"
version = "0.22.0"
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
source = "git+https://github.com/zilliztech/tantivy.git#8ea93cae1a177b2580c36e1e4a0c612c5d1649e9"
dependencies = [
"nom",
]
@ -4021,7 +4021,7 @@ dependencies = [
[[package]]
name = "tantivy-sstable"
version = "0.3.0"
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
source = "git+https://github.com/zilliztech/tantivy.git#8ea93cae1a177b2580c36e1e4a0c612c5d1649e9"
dependencies = [
"futures-util",
"itertools 0.14.0",
@ -4043,7 +4043,7 @@ dependencies = [
[[package]]
name = "tantivy-stacker"
version = "0.3.0"
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
source = "git+https://github.com/zilliztech/tantivy.git#8ea93cae1a177b2580c36e1e4a0c612c5d1649e9"
dependencies = [
"murmurhash32",
"rand_distr",
@ -4061,7 +4061,7 @@ dependencies = [
[[package]]
name = "tantivy-tokenizer-api"
version = "0.3.0"
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
source = "git+https://github.com/zilliztech/tantivy.git#8ea93cae1a177b2580c36e1e4a0c612c5d1649e9"
dependencies = [
"serde",
]
@ -4595,7 +4595,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]