diff --git a/Cargo.toml b/Cargo.toml index daa4cbfe..749bd080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ regex = { version = "1.5.5", default-features = false, features = [ aho-corasick = "1.0" tantivy-fst = "0.5" memmap2 = { version = "0.9.0", optional = true } -lz4_flex = { version = "0.13", default-features = false, optional = true } +lz4_flex = { version = "0.14", default-features = false, optional = true } zstd = { version = "0.13", optional = true, default-features = false } tempfile = { version = "3.12.0", optional = true } log = "0.4.16"