From d88f8f356c1e93aa59b9d9afdfe01ab265842848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 19:54:40 +0000 Subject: [PATCH] Bump pwasm-utils from 0.14.0 to 0.16.0 Bumps [pwasm-utils](https://github.com/paritytech/wasm-utils) from 0.14.0 to 0.16.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 | 15 ++------------- client/executor/wasmtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53c42e08774b5..3bf7ce1038668 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4392,7 +4392,7 @@ dependencies = [ "parity-wasm 0.41.0", "paste 1.0.3", "pretty_assertions", - "pwasm-utils 0.16.0", + "pwasm-utils", "rand 0.7.3", "rand_pcg 0.2.1", "serde", @@ -5713,17 +5713,6 @@ dependencies = [ "prost", ] -[[package]] -name = "pwasm-utils" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7" -dependencies = [ - "byteorder", - "log", - "parity-wasm 0.41.0", -] - [[package]] name = "pwasm-utils" version = "0.16.0" @@ -6827,7 +6816,7 @@ dependencies = [ "log", "parity-scale-codec", "parity-wasm 0.41.0", - "pwasm-utils 0.14.0", + "pwasm-utils", "sc-executor-common", "scoped-tls", "sp-allocator", diff --git a/client/executor/wasmtime/Cargo.toml b/client/executor/wasmtime/Cargo.toml index 7a8aa1ff458f3..f42d2ddf57f62 100644 --- a/client/executor/wasmtime/Cargo.toml +++ b/client/executor/wasmtime/Cargo.toml @@ -23,7 +23,7 @@ sp-runtime-interface = { version = "2.0.0", path = "../../../primitives/runtime- sp-core = { version = "2.0.0", path = "../../../primitives/core" } sp-allocator = { version = "2.0.0", path = "../../../primitives/allocator" } wasmtime = "0.19" -pwasm-utils = "0.14.0" +pwasm-utils = "0.16.0" [dev-dependencies] assert_matches = "1.3.0"