Update wasmparser requirement from 0.32.1 to 0.34.0 (#215)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-23 15:03:42 -07:00
committed by Dan Gohman
parent 794841b366
commit 5164994ce1
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
gimli = "0.19.0"
wasmparser = { version = "0.32.1" }
wasmparser = { version = "0.34.0" }
cranelift-codegen = "0.33.0"
cranelift-entity = "0.33.0"
cranelift-wasm = "0.33.0"