Skip to content

Commit 4c4e6eb

Browse files
authored
update tantivy version (#1148)
1 parent 0889d38 commit 4c4e6eb

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

quickwit-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ quickwit-storage = { version = "0.2.0", path = "../quickwit-storage" }
2424
tokio = { version = "1", features = ["full"] }
2525
tokio-util = { version = "0.6", features = ["full"] }
2626
rand = "0.8"
27-
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="2ead010c", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
27+
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="1a92b58", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
2828
futures = "0.3"
2929
futures-util = { version = "0.3.1", default-features = false }
3030
uuid = "0.8"

quickwit-directories/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures = "0.3"
1616
serde = "1"
1717
serde_cbor = "0.11"
1818
serde_json = "1"
19-
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="2ead010c", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
19+
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="1a92b58", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
2020
quickwit-storage = { version = "0.2.0", path = "../quickwit-storage" }
2121
uuid = "0.8"
2222
once_cell = "1"

quickwit-doc-mapper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ once_cell = "1.4"
1919
regex = "1"
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
22-
tantivy = { git = "https://github.com/quickwit-oss/tantivy", rev = "2ead010c", default-features = false, features = ["mmap", "lz4-compression", "quickwit"] }
23-
tantivy-query-grammar = { git = "https://github.com/quickwit-oss/tantivy/", rev = "2ead010c" }
22+
tantivy = { git = "https://github.com/quickwit-oss/tantivy", rev = "1a92b58", default-features = false, features = ["mmap", "lz4-compression", "quickwit"] }
23+
tantivy-query-grammar = { git = "https://github.com/quickwit-oss/tantivy/", rev = "1a92b58" }
2424
thiserror = "1.0"
2525
tracing = "0.1.29"
2626
typetag = "0.1"

quickwit-indexing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rusoto_kinesis = { version = "0.47", default-features = false, features = ["rust
3434
serde = "1"
3535
serde_json = "1"
3636
serde_yaml = "0.8"
37-
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="2ead010c", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
37+
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="1a92b58", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
3838
tempfile = "3.2"
3939
thiserror = "1"
4040
tokio = { version = "1", features = ["sync"] }

quickwit-search/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ once_cell = "1"
3434
opentelemetry = "0.16"
3535
tracing-opentelemetry = "0.16"
3636
rayon = "1"
37-
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="2ead010c", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
37+
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="1a92b58", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
3838

3939
[dependencies.quickwit-cluster]
4040
path = '../quickwit-cluster'

quickwit-storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ futures = '0.3'
2020
serde_json = "1"
2121
base64 = '0.13'
2222
tracing = "0.1.29"
23-
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="2ead010c", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
23+
tantivy = { git= "https://github.com/quickwit-oss/tantivy", rev="1a92b58", default-features=false, features = ["mmap", "lz4-compression", "quickwit"] }
2424
once_cell = '1'
2525
regex = '1'
2626
thiserror = '1'

0 commit comments

Comments
 (0)