diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 2c33224b843..9fe407eaf26 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -5701,7 +5701,7 @@ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" [[package]] name = "ownedbytes" version = "0.9.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=70e591e#70e591e2306e8c3a87d65f0690030fed978efe3c" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=c363bbd#c363bbd23d207ec639a52a46f081f0fa32c11a67" dependencies = [ "stable_deref_trait", ] @@ -9589,7 +9589,7 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tantivy" version = "0.25.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=70e591e#70e591e2306e8c3a87d65f0690030fed978efe3c" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=c363bbd#c363bbd23d207ec639a52a46f081f0fa32c11a67" dependencies = [ "aho-corasick", "arc-swap", @@ -9645,7 +9645,7 @@ dependencies = [ [[package]] name = "tantivy-bitpacker" version = "0.9.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=70e591e#70e591e2306e8c3a87d65f0690030fed978efe3c" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=c363bbd#c363bbd23d207ec639a52a46f081f0fa32c11a67" dependencies = [ "bitpacking", ] @@ -9653,7 +9653,7 @@ dependencies = [ [[package]] name = "tantivy-columnar" version = "0.6.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=70e591e#70e591e2306e8c3a87d65f0690030fed978efe3c" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=c363bbd#c363bbd23d207ec639a52a46f081f0fa32c11a67" dependencies = [ "downcast-rs", "fastdivide", @@ -9668,7 +9668,7 @@ dependencies = [ [[package]] name = "tantivy-common" version = "0.10.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=70e591e#70e591e2306e8c3a87d65f0690030fed978efe3c" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=c363bbd#c363bbd23d207ec639a52a46f081f0fa32c11a67" dependencies = [ "async-trait", "byteorder", @@ -9691,7 +9691,7 @@ dependencies = [ [[package]] name = "tantivy-query-grammar" version = "0.25.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=70e591e#70e591e2306e8c3a87d65f0690030fed978efe3c" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=c363bbd#c363bbd23d207ec639a52a46f081f0fa32c11a67" dependencies = [ "fnv", "nom 7.1.3", @@ -9703,7 +9703,7 @@ dependencies = [ [[package]] name = "tantivy-sstable" version = "0.6.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=70e591e#70e591e2306e8c3a87d65f0690030fed978efe3c" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=c363bbd#c363bbd23d207ec639a52a46f081f0fa32c11a67" dependencies = [ "futures-util", "itertools 0.14.0", @@ -9716,7 +9716,7 @@ dependencies = [ [[package]] name = "tantivy-stacker" version = "0.6.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=70e591e#70e591e2306e8c3a87d65f0690030fed978efe3c" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=c363bbd#c363bbd23d207ec639a52a46f081f0fa32c11a67" dependencies = [ "murmurhash32", "rand_distr", @@ -9726,7 +9726,7 @@ dependencies = [ [[package]] name = "tantivy-tokenizer-api" version = "0.6.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=70e591e#70e591e2306e8c3a87d65f0690030fed978efe3c" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=c363bbd#c363bbd23d207ec639a52a46f081f0fa32c11a67" dependencies = [ "serde", ] diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index e623a628d52..de0894a3a13 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -346,7 +346,7 @@ quickwit-serve = { path = "quickwit-serve" } quickwit-storage = { path = "quickwit-storage" } quickwit-telemetry = { path = "quickwit-telemetry" } -tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "70e591e", default-features = false, features = [ +tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "c363bbd", default-features = false, features = [ "lz4-compression", "mmap", "quickwit",