From 4a50d7b71cd8223f5a67151f995f4a1f72128d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Feb 2019 08:30:40 +0000 Subject: [PATCH] Update parity-wasm requirement from 0.35 to 0.36 Updates the requirements on [parity-wasm](https://github.com/paritytech/parity-wasm) to permit the latest version. - [Release notes](https://github.com/paritytech/parity-wasm/releases) - [Commits](https://github.com/paritytech/parity-wasm/commits) Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 7d78da07..613308b0 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -18,7 +18,7 @@ docopt = "1.0" env_logger = "0.6" failure = "0.1.2" log = "0.4" -parity-wasm = "0.35" +parity-wasm = "0.36" rouille = { version = "3.0.0", default-features = false } serde = "1.0" serde_derive = "1.0"