From 6e592ea172886a99277b74f1b0887af032eb333b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 08:07:33 +0000 Subject: [PATCH] Bump zip from 0.5.11 to 0.5.12 Bumps [zip](https://github.com/zip-rs/zip) from 0.5.11 to 0.5.12. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/compare/v0.5.11...v0.5.12) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21204c1e..7d80307b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4276,9 +4276,9 @@ dependencies = [ [[package]] name = "zip" -version = "0.5.11" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8264fcea9b7a036a4a5103d7153e988dbc2ebbafb34f68a3c2d404b6b82d74b6" +checksum = "9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index ddcfbff6..14e86dda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0.40" structopt = "0.3.21" log = "0.4.14" heck = "0.3.2" -zip = { version = "0.5.11", default-features = false } +zip = { version = "0.5.12", default-features = false } pwasm-utils = "0.17.0" parity-wasm = "0.42.2" cargo_metadata = "0.13.1" @@ -56,7 +56,7 @@ funty = "=1.1.0" [build-dependencies] anyhow = "1.0.40" -zip = { version = "0.5.11", default-features = false } +zip = { version = "0.5.12", default-features = false } walkdir = "2.3.2" substrate-build-script-utils = "3.0.0" platforms = "1.1" -- GitLab