From d8829f28b60d2af2663196d37eecab6bd07feb8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:06:59 +0000 Subject: [PATCH] Bump zip from 0.5.13 to 0.6.0 Bumps [zip](https://github.com/zip-rs/zip) from 0.5.13 to 0.6.0. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits/v0.6) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07dc19da..67ac7334 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4147,11 +4147,10 @@ dependencies = [ [[package]] name = "zip" -version = "0.5.13" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815" +checksum = "e6fa4aa90e99fb8d701bda16fb040d8ed2f9c7176fb44de750e880a74b580315" dependencies = [ "byteorder", "crc32fast", - "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index b5995d95..a2d630d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anyhow = "1.0.56" clap = { version = "3.1.6", features = ["derive", "env"] } log = "0.4.14" heck = "0.4.0" -zip = { version = "0.5.13", default-features = false } +zip = { version = "0.6.0", default-features = false } parity-wasm = "0.42.2" cargo_metadata = "0.14.2" scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } @@ -68,7 +68,7 @@ itertools = "0.10.3" [build-dependencies] anyhow = "1.0.56" -zip = { version = "0.5.13", default-features = false } +zip = { version = "0.6.0", default-features = false } walkdir = "2.3.2" substrate-build-script-utils = "3.0.0" platforms = "2.0.0" -- GitLab