Merge pull request #1567 from quickwit-oss/dependabot/cargo/tantivy-fst-0.4.0

Update tantivy-fst requirement from 0.3.0 to 0.4.0
This commit is contained in:
PSeitz
2022-09-29 10:00:16 +08:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ byteorder = "1.4.3"
crc32fast = "1.3.2"
once_cell = "1.10.0"
regex = { version = "1.5.5", default-features = false, features = ["std", "unicode"] }
tantivy-fst = "0.3.0"
tantivy-fst = "0.4.0"
memmap2 = { version = "0.5.3", optional = true }
lz4_flex = { version = "0.9.2", default-features = false, features = ["checked-decode"], optional = true }
brotli = { version = "3.3.4", optional = true }