diff --git a/Cargo.lock b/Cargo.lock index 92de1b3a9096318a96199d3d6a422d902bbbcb38..92329b9c4dedd8d5198016738fc5ac4099454ad3 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 2cf9218e9e8b98c0d88cee3c66228b2595815e69..0ab4bf4eaf55477a2470bfd26c85e977417d0f32 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"