From 9af63dda0963a98c7587b8b528fceb61a0621e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:49:28 +0000 Subject: [PATCH] Bump zip from 0.5.12 to 0.5.13 Bumps [zip](https://github.com/zip-rs/zip) from 0.5.12 to 0.5.13. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... 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 92de1b3a..92329b9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4204,9 +4204,9 @@ dependencies = [ [[package]] name = "zip" -version = "0.5.12" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27" +checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 2cf9218e..0ab4bf4e 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.3" -zip = { version = "0.5.12", default-features = false } +zip = { version = "0.5.13", default-features = false } pwasm-utils = "0.18.0" parity-wasm = "0.42.2" cargo_metadata = "0.13.1" @@ -55,7 +55,7 @@ funty = "=1.1.0" [build-dependencies] anyhow = "1.0.40" -zip = { version = "0.5.12", default-features = false } +zip = { version = "0.5.13", default-features = false } walkdir = "2.3.2" substrate-build-script-utils = "3.0.0" platforms = "1.1" -- GitLab