deps: Update wasmparser in most places (#670)

Doesn't update it in lightbeam.
This commit is contained in:
Nick Fitzgerald
2019-12-05 11:51:47 -08:00
committed by Alex Crichton
parent 8a4693ef05
commit 0fce2ac288
7 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ edition = "2018"
cranelift-codegen = { version = "0.50.0", features = ["enable-serde"] }
cranelift-entity = { version = "0.50.0", features = ["enable-serde"] }
cranelift-wasm = { version = "0.50.0", features = ["enable-serde"] }
wasmparser = "0.39.2"
wasmparser = "0.44.0"
lightbeam = { path = "../lightbeam", optional = true }
indexmap = "1.0.2"
rayon = "1.2.1"