diff --git a/crates/wasm-bindgen-cli-support/Cargo.toml b/crates/wasm-bindgen-cli-support/Cargo.toml index 82d706462..77f6d045e 100644 --- a/crates/wasm-bindgen-cli-support/Cargo.toml +++ b/crates/wasm-bindgen-cli-support/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Alex Crichton "] [dependencies] -parity-wasm = "0.17" +parity-wasm = "0.23" failure = "0.1" wasm-bindgen-shared = { path = "../wasm-bindgen-shared" } serde_json = "1.0"