Update wasmparser to 0.45.1 (#776)

This commit is contained in:
Andrew Brown
2020-01-07 14:21:50 -08:00
committed by Alex Crichton
parent 4adca3d07e
commit 296ebc46fd
9 changed files with 19 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.19"
walrus = "0.13"
wasmparser = { version = "0.45.0", default-features = false }
wasmparser = { version = "0.45.1", default-features = false }
wasm-webidl-bindings = "0.6"
wasmtime = { path = '../api' }
wasmtime-jit = { path = '../jit' }