Merge pull request #1694 from quickwit-oss/dependabot/cargo/zstd-0.12

Update zstd requirement from 0.11 to 0.12
This commit is contained in:
PSeitz
2022-11-25 05:48:59 +01:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ 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 }
zstd = { version = "0.11", optional = true, default-features = false }
zstd = { version = "0.12", optional = true, default-features = false }
snap = { version = "1.0.5", optional = true }
tempfile = { version = "3.3.0", optional = true }
log = "0.4.16"