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

@@ -16,7 +16,7 @@ anyhow = "1.0"
cranelift-codegen = { version = "0.52.0", features = ["enable-serde"] }
cranelift-entity = { version = "0.52.0", features = ["enable-serde"] }
cranelift-wasm = { version = "0.52.0", features = ["enable-serde"] }
wasmparser = "0.45.0"
wasmparser = "0.45.1"
lightbeam = { path = "../lightbeam", optional = true }
indexmap = "1.0.2"
rayon = "1.2.1"