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"