From 7f1ce346966f58fc4c41d0ea511fa9cd4ae15e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 08:17:29 +0000 Subject: [PATCH] Bump pwasm-utils from 0.16.1 to 0.17.0 Bumps [pwasm-utils](https://github.com/paritytech/wasm-utils) from 0.16.1 to 0.17.0. - [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 fb115564..fefd0086 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2845,9 +2845,9 @@ dependencies = [ [[package]] name = "pwasm-utils" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07e524bbe4be824caa2761b0b7b6dc21200c4cfa162db9cade31c0a75feb13b0" +checksum = "51992bc74c0f34f759ff97fb303602e60343afc83693769c91aa17724442809e" dependencies = [ "byteorder", "log", diff --git a/Cargo.toml b/Cargo.toml index 588f8708..0e0a7618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ structopt = "0.3.20" log = "0.4.11" heck = "0.3.1" zip = { version = "0.5.8", default-features = false } -pwasm-utils = "0.16.1" +pwasm-utils = "0.17.0" parity-wasm = "0.42.1" cargo_metadata = "0.12.1" codec = { package = "parity-scale-codec", version = "1.3.5" } -- GitLab