Update wasmparser to 0.45.0 (#733)

This commit is contained in:
Andrew Brown
2019-12-18 08:24:01 -08:00
committed by Yury Delendik
parent 31472fbb5a
commit 086ff63e6b
9 changed files with 18 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ crate-type = ["lib", "staticlib", "cdylib"]
wasmtime-runtime = { path = "../runtime" }
wasmtime-environ = { path = "../environ" }
wasmtime-jit = { path = "../jit" }
wasmparser = { version = "0.44.0", default-features = false }
wasmparser = { version = "0.45.0", default-features = false }
target-lexicon = { version = "0.9.0", default-features = false }
anyhow = "1.0.19"
thiserror = "1.0.4"