From 5e15f673e52a408a7bb3588884db96d80500e173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 09:59:21 +0000 Subject: [PATCH] Bump parity-wasm from 0.41.0 to 0.42.1 Bumps [parity-wasm](https://github.com/paritytech/parity-wasm) from 0.41.0 to 0.42.1. - [Release notes](https://github.com/paritytech/parity-wasm/releases) - [Commits](https://github.com/paritytech/parity-wasm/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49c0c8f5..11945df3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -533,7 +533,7 @@ dependencies = [ "hex", "log", "parity-scale-codec", - "parity-wasm", + "parity-wasm 0.42.1", "pretty_assertions", "pwasm-utils", "rustc_version 0.3.0", @@ -2424,6 +2424,12 @@ version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865" +[[package]] +name = "parity-wasm" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d17797de36b94bc5f73edad736fd0a77ce5ab64dd622f809c1eead8c91fa6564" + [[package]] name = "parking" version = "2.0.0" @@ -2827,7 +2833,7 @@ checksum = "1c8ac87af529432d3a4f0e2b3bbf08af49f28f09cc73ed7e551161bdaef5f78d" dependencies = [ "byteorder", "log", - "parity-wasm", + "parity-wasm 0.41.0", ] [[package]] @@ -4814,7 +4820,7 @@ dependencies = [ "memory_units", "num-rational", "num-traits", - "parity-wasm", + "parity-wasm 0.41.0", "wasmi-validation", ] @@ -4824,7 +4830,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93" dependencies = [ - "parity-wasm", + "parity-wasm 0.41.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a5acbf91..96687089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.11" heck = "0.3.1" zip = { version = "0.5.8", default-features = false } pwasm-utils = "0.16.0" -parity-wasm = "0.41.0" +parity-wasm = "0.42.1" cargo_metadata = "0.12.1" codec = { package = "parity-scale-codec", version = "1.3.5" } which = "4.0.2" -- GitLab