From e36679125866ef2ab4bd682eb12596bd9cf00bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 19:32:22 +0000 Subject: [PATCH] Update zstd requirement from 0.6.0 to 0.9.0 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/compare/0.6.0...0.6.1) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- node/primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 7044fd25..98bf0511 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -22,4 +22,4 @@ thiserror = "1.0.26" serde = { version = "1.0.130", features = ["derive"] } [target.'cfg(not(target_os = "unknown"))'.dependencies] -zstd = "0.6.0" +zstd = "0.9.0"