Update wasmparser (#934)

Pulls in bytecodealliance/wasmparser#193 which is a good bug fix to
have!
This commit is contained in:
Alex Crichton
2020-02-11 16:01:05 -08:00
committed by GitHub
parent 699109658c
commit ca509f8c29
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.0"
wasmparser = "0.51.1"
target-lexicon = { version = "0.10.0", default-features = false }
anyhow = "1.0.19"
region = "2.0.0"