diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 2b0d55fad81..a29ab455e92 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -272,7 +272,7 @@ quickwit-serve = { version = "0.6.5-dev", path = "./quickwit-serve" } quickwit-storage = { version = "0.6.5-dev", path = "./quickwit-storage" } quickwit-telemetry = { version = "0.6.5-dev", path = "./quickwit-telemetry" } -tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "927b443", default-features = false, features = [ +tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "9caab45", default-features = false, features = [ "lz4-compression", "mmap", "quickwit",