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

@@ -25,7 +25,7 @@ wasmtime-wasi = { path = "../../wasi" }
target-lexicon = { version = "0.9.0", default-features = false }
anyhow = "1.0.19"
region = "2.0.0"
wasmparser = "0.45.0"
wasmparser = "0.45.1"
pyo3 = { version = "0.8.0", features = ["extension-module"] }
[badges]