From a05c1848300c416d14d570632afa371fbfb94dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 20:15:32 +0000 Subject: [PATCH] Update zstd requirement from 0.11 to 0.12 Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/commits) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01afb7c840..493be1dfbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"