diff --git a/Cargo.toml b/Cargo.toml index 990c09d8a..13c21ce77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }