From ff86f3b59c890aa13f1f7fc01d631559f5990fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 06:24:11 +0000 Subject: [PATCH] Bump pwasm-utils from 0.17.0 to 0.17.1 Bumps [pwasm-utils](https://github.com/paritytech/wasm-utils) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/paritytech/wasm-utils/releases) - [Commits](https://github.com/paritytech/wasm-utils/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd3d5c46..6afc8bbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2353,9 +2353,9 @@ dependencies = [ [[package]] name = "pwasm-utils" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51992bc74c0f34f759ff97fb303602e60343afc83693769c91aa17724442809e" +checksum = "78778a25194f953d1766fc8c6a331ed56f070d09a0511267ee2c150cb71ea8c2" dependencies = [ "byteorder", "log", diff --git a/Cargo.toml b/Cargo.toml index aa7154bf..f973e7bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ structopt = "0.3.21" log = "0.4.14" heck = "0.3.2" zip = { version = "0.5.12", default-features = false } -pwasm-utils = "0.17.0" +pwasm-utils = "0.17.1" parity-wasm = "0.42.2" cargo_metadata = "0.13.1" codec = { package = "parity-scale-codec", version = "2.1", features = ["derive"] } -- GitLab