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] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-04 08:30:40 +00:00
parent bf8a380264
commit 4a50d7b71c
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331

View File

@ -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"