Update wasmi requirement to 0.3

Updates the requirements on [wasmi](https://github.com/paritytech/wasmi) to permit the latest version.
- [Release notes](https://github.com/paritytech/wasmi/releases)
- [Commits](https://github.com/paritytech/wasmi/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-07-06 16:54:52 +00:00
parent 175319c1e0
commit 178375a51b
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331

View File

@ -20,4 +20,4 @@ serde_json = "1.0"
tempfile = "3.0"
wasm-bindgen-shared = { path = "../shared", version = '=0.2.11' }
wasm-gc-api = "0.1"
wasmi = "0.2"
wasmi = "0.3"