From 3fffe55c9c507838630ddf31f52a387033f1ffc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 06:26:57 +0000 Subject: [PATCH] Bump zip from 0.5.10 to 0.5.11 Bumps [zip](https://github.com/zip-rs/zip) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) 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 ca3e0edb..17c17820 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4243,9 +4243,9 @@ dependencies = [ [[package]] name = "zip" -version = "0.5.10" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a8977234acab718eb2820494b2f96cbb16004c19dddf88b7445b27381450997" +checksum = "8264fcea9b7a036a4a5103d7153e988dbc2ebbafb34f68a3c2d404b6b82d74b6" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index bbd5ac48..439a9875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0.38" structopt = "0.3.20" log = "0.4.14" heck = "0.3.2" -zip = { version = "0.5.10", default-features = false } +zip = { version = "0.5.11", default-features = false } pwasm-utils = "0.17.0" parity-wasm = "0.42.1" cargo_metadata = "0.12.3" @@ -55,7 +55,7 @@ funty = "=1.1.0" [build-dependencies] anyhow = "1.0.38" -zip = { version = "0.5.10", default-features = false } +zip = { version = "0.5.11", default-features = false } walkdir = "2.3.1" [dev-dependencies] -- GitLab