Update wasmparser to version 0.45.0

This commit is contained in:
Mark McCaskey
2019-12-18 12:48:17 -05:00
committed by Nick Lewycky
parent 8cddea341b
commit fe969be612
5 changed files with 14 additions and 22 deletions

View File

@ -11,7 +11,7 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.12.0" }
wasmparser = "0.39.1"
wasmparser = "0.45.0"
smallvec = "0.6"
goblin = "0.0.24"
libc = "0.2.60"