From 5e913c69cf8e3fb126736f976a20fa29eb612c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 05:38:23 +0000 Subject: [PATCH] Bump pwasm-utils from 0.18.0 to 0.18.1 Bumps [pwasm-utils](https://github.com/paritytech/wasm-utils) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/paritytech/wasm-utils/releases) - [Commits](https://github.com/paritytech/wasm-utils/commits) --- updated-dependencies: - dependency-name: pwasm-utils dependency-type: direct:production update-type: version-update:semver-patch ... 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 6032869c..ad9955e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2344,9 +2344,9 @@ dependencies = [ [[package]] name = "pwasm-utils" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481" +checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f" dependencies = [ "byteorder", "log", diff --git a/Cargo.toml b/Cargo.toml index 48f5178f..0e3b0a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ structopt = "0.3.21" log = "0.4.14" heck = "0.3.3" zip = { version = "0.5.13", default-features = false } -pwasm-utils = "0.18.0" +pwasm-utils = "0.18.1" parity-wasm = "0.42.2" cargo_metadata = "0.13.1" codec = { package = "parity-scale-codec", version = "2.1", features = ["derive"] } -- GitLab