diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 6662193192a..45904949c84 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -372,7 +372,7 @@ quickwit-serve = { path = "quickwit-serve" } quickwit-storage = { path = "quickwit-storage" } quickwit-telemetry = { path = "quickwit-telemetry" } -tantivy = { git = "https://github.com/indextables/tantivy/", rev = "ffe408f49bb1f605d8eb28de9d18edd29c5245d5", default-features = false, features = [ +tantivy = { git = "https://github.com/indextables/tantivy/", rev = "d491895f1cd54d166c8010469d4625ae81c636f3", default-features = false, features = [ "lz4-compression", "mmap", "quickwit", diff --git a/quickwit/quickwit-common/Cargo.toml b/quickwit/quickwit-common/Cargo.toml index 72b8a9ed8f8..64490f49166 100644 --- a/quickwit/quickwit-common/Cargo.toml +++ b/quickwit/quickwit-common/Cargo.toml @@ -45,9 +45,6 @@ tikv-jemallocator = { workspace = true, optional = true } tokio = { workspace = true } tokio-metrics = { workspace = true } tokio-stream = { workspace = true } - -[package.metadata.cargo-machete] -ignored = ["tokio-metrics"] tonic = { workspace = true, features = [ "tls-native-roots", "server", @@ -56,6 +53,9 @@ tonic = { workspace = true, features = [ tower = { workspace = true } tracing = { workspace = true } +[package.metadata.cargo-machete] +ignored = ["tokio-metrics"] + [features] testsuite = ["hyper-util"] named_tasks = ["tokio/tracing"]