Update wasmparser to 0.51.2 (#952)

Fixes a bug in multi-value loop validation,
bytecodealliance/wasmparser#195
This commit is contained in:
Alex Crichton
2020-02-18 13:59:22 -06:00
committed by GitHub
parent b15b5cd05a
commit a09eed97db
2 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ edition = "2018"
wasmtime-runtime = { path = "../runtime", version = "0.9.0" }
wasmtime-environ = { path = "../environ", version = "0.9.0" }
wasmtime-jit = { path = "../jit", version = "0.9.0" }
wasmparser = "0.51.1"
wasmparser = "0.51.2"
target-lexicon = { version = "0.10.0", default-features = false }
anyhow = "1.0.19"
region = "2.0.0"