From 19f88f0fd21a9aa458d5809f07eed841cb88371b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 26 Feb 2018 17:11:56 -0800 Subject: [PATCH] Update parity-wasm dep --- crates/wasm-bindgen-cli-support/Cargo.toml | 2 +- crates/wasm-bindgen-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/wasm-bindgen-cli-support/Cargo.toml b/crates/wasm-bindgen-cli-support/Cargo.toml index 190e15fe..c7aeaabe 100644 --- a/crates/wasm-bindgen-cli-support/Cargo.toml +++ b/crates/wasm-bindgen-cli-support/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Alex Crichton "] [dependencies] base64 = "0.9" failure = "0.1" -parity-wasm = "0.23" +parity-wasm = "0.27" serde_json = "1.0" wasm-bindgen-shared = { path = "../wasm-bindgen-shared" } wasm-gc-api = "0.1" diff --git a/crates/wasm-bindgen-cli/Cargo.toml b/crates/wasm-bindgen-cli/Cargo.toml index e4d1cfe6..b161bc35 100644 --- a/crates/wasm-bindgen-cli/Cargo.toml +++ b/crates/wasm-bindgen-cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alex Crichton "] [dependencies] docopt = "0.8" -parity-wasm = "0.23" +parity-wasm = "0.27" serde = "1.0" serde_derive = "1.0" wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support" }