From ef379865413a2a36f7e4f1ddc554feb062ba3e2f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 4 Feb 2019 22:06:10 -0800 Subject: [PATCH] Update more parity-wasm --- crates/cli-support/Cargo.toml | 2 +- crates/gc/Cargo.toml | 2 +- crates/threads-xform/Cargo.toml | 2 +- crates/wasm-interpreter/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/cli-support/Cargo.toml b/crates/cli-support/Cargo.toml index c65e2676..62a6bb7f 100644 --- a/crates/cli-support/Cargo.toml +++ b/crates/cli-support/Cargo.toml @@ -13,7 +13,7 @@ Shared support for the wasm-bindgen-cli package, an internal dependency [dependencies] base64 = "0.9" failure = "0.1.2" -parity-wasm = "0.35" +parity-wasm = "0.36" tempfile = "3.0" wasm-bindgen-gc = { path = '../gc', version = '=0.2.33' } wasm-bindgen-shared = { path = "../shared", version = '=0.2.33' } diff --git a/crates/gc/Cargo.toml b/crates/gc/Cargo.toml index 2bf20eb0..b21961e1 100644 --- a/crates/gc/Cargo.toml +++ b/crates/gc/Cargo.toml @@ -11,7 +11,7 @@ Support for removing unused items from a wasm executable """ [dependencies] -parity-wasm = "0.35.1" +parity-wasm = "0.36" log = "0.4" rustc-demangle = "0.1.9" diff --git a/crates/threads-xform/Cargo.toml b/crates/threads-xform/Cargo.toml index 78f786e2..1d6cc407 100644 --- a/crates/threads-xform/Cargo.toml +++ b/crates/threads-xform/Cargo.toml @@ -11,5 +11,5 @@ Support for threading-related transformations in wasm-bindgen """ [dependencies] -parity-wasm = "0.35" +parity-wasm = "0.36" failure = "0.1" diff --git a/crates/wasm-interpreter/Cargo.toml b/crates/wasm-interpreter/Cargo.toml index a4bcf74c..8c59b19c 100644 --- a/crates/wasm-interpreter/Cargo.toml +++ b/crates/wasm-interpreter/Cargo.toml @@ -11,7 +11,7 @@ Micro-interpreter optimized for wasm-bindgen's use case """ [dependencies] -parity-wasm = "0.35" +parity-wasm = "0.36" [dev-dependencies] tempfile = "3"