diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 6ec1c8a07f5..99d310648af 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -4755,7 +4755,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "ownedbytes" version = "0.7.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=08b9fc0#08b9fc0b3114640ad06c2358c404c474a9eea3c1" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=b91c37ab2b#b91c37ab2b3f86262bc39f3a6756303026ea8fa6" dependencies = [ "stable_deref_trait", ] @@ -8155,7 +8155,7 @@ dependencies = [ [[package]] name = "tantivy" version = "0.23.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=08b9fc0#08b9fc0b3114640ad06c2358c404c474a9eea3c1" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=b91c37ab2b#b91c37ab2b3f86262bc39f3a6756303026ea8fa6" dependencies = [ "aho-corasick", "arc-swap", @@ -8207,7 +8207,7 @@ dependencies = [ [[package]] name = "tantivy-bitpacker" version = "0.6.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=08b9fc0#08b9fc0b3114640ad06c2358c404c474a9eea3c1" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=b91c37ab2b#b91c37ab2b3f86262bc39f3a6756303026ea8fa6" dependencies = [ "bitpacking", ] @@ -8215,7 +8215,7 @@ dependencies = [ [[package]] name = "tantivy-columnar" version = "0.3.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=08b9fc0#08b9fc0b3114640ad06c2358c404c474a9eea3c1" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=b91c37ab2b#b91c37ab2b3f86262bc39f3a6756303026ea8fa6" dependencies = [ "downcast-rs", "fastdivide", @@ -8230,7 +8230,7 @@ dependencies = [ [[package]] name = "tantivy-common" version = "0.7.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=08b9fc0#08b9fc0b3114640ad06c2358c404c474a9eea3c1" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=b91c37ab2b#b91c37ab2b3f86262bc39f3a6756303026ea8fa6" dependencies = [ "async-trait", "byteorder", @@ -8253,7 +8253,7 @@ dependencies = [ [[package]] name = "tantivy-query-grammar" version = "0.22.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=08b9fc0#08b9fc0b3114640ad06c2358c404c474a9eea3c1" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=b91c37ab2b#b91c37ab2b3f86262bc39f3a6756303026ea8fa6" dependencies = [ "nom", ] @@ -8261,7 +8261,7 @@ dependencies = [ [[package]] name = "tantivy-sstable" version = "0.3.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=08b9fc0#08b9fc0b3114640ad06c2358c404c474a9eea3c1" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=b91c37ab2b#b91c37ab2b3f86262bc39f3a6756303026ea8fa6" dependencies = [ "tantivy-bitpacker", "tantivy-common", @@ -8272,7 +8272,7 @@ dependencies = [ [[package]] name = "tantivy-stacker" version = "0.3.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=08b9fc0#08b9fc0b3114640ad06c2358c404c474a9eea3c1" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=b91c37ab2b#b91c37ab2b3f86262bc39f3a6756303026ea8fa6" dependencies = [ "murmurhash32", "rand_distr", @@ -8282,7 +8282,7 @@ dependencies = [ [[package]] name = "tantivy-tokenizer-api" version = "0.3.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=08b9fc0#08b9fc0b3114640ad06c2358c404c474a9eea3c1" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=b91c37ab2b#b91c37ab2b3f86262bc39f3a6756303026ea8fa6" dependencies = [ "serde", ] diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 25776cda630..5bdfacd7f98 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -323,7 +323,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 = "08b9fc0", default-features = false, features = [ +tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "b91c37ab2b", default-features = false, features = [ "lz4-compression", "mmap", "quickwit",