From 380afb9aba6daab36f96d13f20cf8ddb077e0510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 09:58:25 +0000 Subject: [PATCH] Bump zip from 0.5.9 to 0.5.10 Bumps [zip](https://github.com/zip/zip-rs) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/zip/zip-rs/releases) - [Commits](https://github.com/zip/zip-rs/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 c58b1df5..e5c48a6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4243,9 +4243,9 @@ dependencies = [ [[package]] name = "zip" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2896475a242c41366941faa27264df2cb935185a92e059a004d0048feb2ac5" +checksum = "5a8977234acab718eb2820494b2f96cbb16004c19dddf88b7445b27381450997" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index ebb5acb1..420a9ba9 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.8", default-features = false } +zip = { version = "0.5.10", default-features = false } pwasm-utils = "0.17.0" parity-wasm = "0.42.1" cargo_metadata = "0.12.3" @@ -52,7 +52,7 @@ hex = { version = "0.4.2", optional = true } [build-dependencies] anyhow = "1.0.38" -zip = { version = "0.5.8", default-features = false } +zip = { version = "0.5.10", default-features = false } walkdir = "2.3.1" [dev-dependencies] -- GitLab