From 236b36344319c99b4c75a08598dfe39a1453fc56 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Mon, 18 Apr 2022 14:38:07 +0800 Subject: [PATCH] update tantivy --- Cargo.lock | 12 ++++++------ quickwit-core/Cargo.toml | 2 +- quickwit-directories/Cargo.toml | 2 +- quickwit-doc-mapper/Cargo.toml | 4 ++-- quickwit-indexing/Cargo.toml | 2 +- quickwit-search/Cargo.toml | 2 +- quickwit-storage/Cargo.toml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 427b07b2c7e..bb51f597386 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,7 +949,7 @@ checksum = "25c7df09945d65ea8d70b3321547ed414bbc540aad5bac6883d021b970f35b04" [[package]] name = "fastfield_codecs" version = "0.1.0" -source = "git+https://github.com/quickwit-oss/tantivy?rev=d832cfc#d832cfcfd8700f7286166550338fc4488001ffd3" +source = "git+https://github.com/quickwit-oss/tantivy?rev=c7c3eab#c7c3eab256917e800576f6c8b8dbdebc54da8cfd" dependencies = [ "tantivy-bitpacker", "tantivy-common", @@ -2145,7 +2145,7 @@ dependencies = [ [[package]] name = "ownedbytes" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy?rev=d832cfc#d832cfcfd8700f7286166550338fc4488001ffd3" +source = "git+https://github.com/quickwit-oss/tantivy?rev=c7c3eab#c7c3eab256917e800576f6c8b8dbdebc54da8cfd" dependencies = [ "stable_deref_trait", ] @@ -3964,7 +3964,7 @@ dependencies = [ [[package]] name = "tantivy" version = "0.17.0" -source = "git+https://github.com/quickwit-oss/tantivy?rev=d832cfc#d832cfcfd8700f7286166550338fc4488001ffd3" +source = "git+https://github.com/quickwit-oss/tantivy?rev=c7c3eab#c7c3eab256917e800576f6c8b8dbdebc54da8cfd" dependencies = [ "async-trait", "base64", @@ -4015,12 +4015,12 @@ dependencies = [ [[package]] name = "tantivy-bitpacker" version = "0.1.1" -source = "git+https://github.com/quickwit-oss/tantivy?rev=d832cfc#d832cfcfd8700f7286166550338fc4488001ffd3" +source = "git+https://github.com/quickwit-oss/tantivy?rev=c7c3eab#c7c3eab256917e800576f6c8b8dbdebc54da8cfd" [[package]] name = "tantivy-common" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy?rev=d832cfc#d832cfcfd8700f7286166550338fc4488001ffd3" +source = "git+https://github.com/quickwit-oss/tantivy?rev=c7c3eab#c7c3eab256917e800576f6c8b8dbdebc54da8cfd" dependencies = [ "byteorder", "ownedbytes", @@ -4040,7 +4040,7 @@ dependencies = [ [[package]] name = "tantivy-query-grammar" version = "0.15.0" -source = "git+https://github.com/quickwit-oss/tantivy?rev=d832cfc#d832cfcfd8700f7286166550338fc4488001ffd3" +source = "git+https://github.com/quickwit-oss/tantivy?rev=c7c3eab#c7c3eab256917e800576f6c8b8dbdebc54da8cfd" dependencies = [ "combine", "once_cell", diff --git a/quickwit-core/Cargo.toml b/quickwit-core/Cargo.toml index d51f1650afe..cc6b08067b1 100644 --- a/quickwit-core/Cargo.toml +++ b/quickwit-core/Cargo.toml @@ -25,7 +25,7 @@ quickwit-config = { version = "0.2.1", path = "../quickwit-config" } tokio = { version = "1", features = ["full"] } tokio-util = { version = "0.7", features = ["full"] } rand = "0.8" -tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="d832cfc", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } +tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="c7c3eab", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } futures = "0.3" futures-util = { version = "0.3.1", default-features = false } uuid = "0.8" diff --git a/quickwit-directories/Cargo.toml b/quickwit-directories/Cargo.toml index 4715e8398e1..7f44af3475a 100644 --- a/quickwit-directories/Cargo.toml +++ b/quickwit-directories/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3" serde = "1" serde_cbor = "0.11" serde_json = "1" -tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="d832cfc", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } +tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="c7c3eab", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } quickwit-storage = { version = "0.2.1", path = "../quickwit-storage" } uuid = "0.8" once_cell = "1" diff --git a/quickwit-doc-mapper/Cargo.toml b/quickwit-doc-mapper/Cargo.toml index d6f8c19baf8..7daef2cf93f 100644 --- a/quickwit-doc-mapper/Cargo.toml +++ b/quickwit-doc-mapper/Cargo.toml @@ -18,8 +18,8 @@ once_cell = "1.10" regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tantivy = { git = "https://github.com/quickwit-oss/tantivy", rev = "d832cfc", default-features = false, features = ["mmap", "lz4-compression", "quickwit"] } -tantivy-query-grammar = { git = "https://github.com/quickwit-oss/tantivy/", rev = "d832cfc" } +tantivy = { git = "https://github.com/quickwit-oss/tantivy", rev = "c7c3eab", default-features = false, features = ["mmap", "lz4-compression", "quickwit"] } +tantivy-query-grammar = { git = "https://github.com/quickwit-oss/tantivy/", rev = "c7c3eab" } thiserror = "1.0" tracing = "0.1.29" typetag = "0.1" diff --git a/quickwit-indexing/Cargo.toml b/quickwit-indexing/Cargo.toml index 2b69af95e1e..36d4e0b91ab 100644 --- a/quickwit-indexing/Cargo.toml +++ b/quickwit-indexing/Cargo.toml @@ -36,7 +36,7 @@ rusoto_kinesis = { version = "0.47", default-features = false, features = ["rust serde = "1" serde_json = "1" serde_yaml = "0.8" -tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="d832cfc", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } +tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="c7c3eab", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } tempfile = "3.3" thiserror = "1" tokio = { version = "1", features = ["sync"] } diff --git a/quickwit-search/Cargo.toml b/quickwit-search/Cargo.toml index 341afef5c20..a5224ebb268 100644 --- a/quickwit-search/Cargo.toml +++ b/quickwit-search/Cargo.toml @@ -33,7 +33,7 @@ once_cell = "1" opentelemetry = "0.17" tracing-opentelemetry = "0.17" rayon = "1" -tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="d832cfc", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } +tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="c7c3eab", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } [dependencies.quickwit-cluster] path = '../quickwit-cluster' diff --git a/quickwit-storage/Cargo.toml b/quickwit-storage/Cargo.toml index da8f750922d..9d21e7331ce 100644 --- a/quickwit-storage/Cargo.toml +++ b/quickwit-storage/Cargo.toml @@ -20,7 +20,7 @@ futures = '0.3' serde_json = "1" base64 = '0.13' tracing = "0.1.29" -tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="d832cfc", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } +tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="c7c3eab", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] } once_cell = '1' regex = '1' thiserror = '1'