Update wasmparser to 0.69.2

This commit is contained in:
Andrew Brown
2020-12-07 09:20:06 -08:00
parent 6ce1658e4d
commit f1025322fa
10 changed files with 21 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ wasmtime-jit = { path = "../jit", version = "0.21.0" }
wasmtime-cache = { path = "../cache", version = "0.21.0", optional = true }
wasmtime-profiling = { path = "../profiling", version = "0.21.0" }
target-lexicon = { version = "0.11.0", default-features = false }
wasmparser = "0.69.0"
wasmparser = "0.69.2"
anyhow = "1.0.19"
region = "2.2.0"
libc = "0.2"