Skip to content

Commit

Permalink
update tantivy (#3962)
Browse files Browse the repository at this point in the history
* update tantivy

* update lru
  • Loading branch information
PSeitz authored Oct 16, 2023
1 parent d892268 commit f0225b8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 15 deletions.
45 changes: 32 additions & 13 deletions quickwit/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ indicatif = "0.17.3"
itertools = "0.11"
json_comments = "0.2"
libz-sys = "1.1.8"
lru = "0.11"
lru = "0.12"
lindera-core = "0.27.0"
lindera-dictionary = "0.27.0"
lindera-tokenizer = { version = "0.27.0", features = ["ipadic", "ipadic-compress", "cc-cedict", "cc-cedict-compress", "ko-dic", "ko-dic-compress"] }
Expand Down Expand Up @@ -231,7 +231,7 @@ quickwit-serve = { version = "0.6.3", path = "./quickwit-serve" }
quickwit-storage = { version = "0.6.3", path = "./quickwit-storage" }
quickwit-telemetry = { version = "0.6.3", path = "./quickwit-telemetry" }

tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "b700c42", default-features = false, features = [
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "182f58c", default-features = false, features = [
"mmap",
"lz4-compression",
"zstd-compression",
Expand Down

0 comments on commit f0225b8

Please sign in to comment.