From c74d54aaeefdfeea69ed66d654e5c13105e728f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 05:47:27 +0000 Subject: [PATCH] Bump pwasm-utils from 0.17.1 to 0.18.0 Bumps [pwasm-utils](https://github.com/paritytech/wasm-utils) from 0.17.1 to 0.18.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 8f4acb37..2eb012cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2344,9 +2344,9 @@ dependencies = [ [[package]] name = "pwasm-utils" -version = "0.17.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78778a25194f953d1766fc8c6a331ed56f070d09a0511267ee2c150cb71ea8c2" +checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481" dependencies = [ "byteorder", "log", diff --git a/Cargo.toml b/Cargo.toml index 54997295..ca1cb5b8 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.1" +pwasm-utils = "0.18.0" parity-wasm = "0.42.2" cargo_metadata = "0.13.1" codec = { package = "parity-scale-codec", version = "2.1", features = ["derive"] } -- GitLab