From b2107daabe6f241587b4a39809beb92e18522b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 10:23:57 +0000 Subject: [PATCH] Update zstd requirement from 0.9 to 0.10 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 29b1b88..42353c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ libc = "0.2" oorandom = "=11.1.0" bzip2 = "0.4" flate2 = "1.0" -zstd = "0.9" +zstd = "0.10" rayon = "1.2" serde = { version = "1", features = ["rc"] } serde_json = "1"