Update wasm-tools dependencies

Brings in fixes for some assorted wast issues.
This commit is contained in:
Alex Crichton
2020-11-09 07:03:36 -08:00
committed by Andrew Brown
parent 5df5bbbdca
commit 8dd091219a
18 changed files with 48 additions and 48 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.65.0"
wasmparser = "0.66.0"
anyhow = "1.0.19"
region = "2.2.0"
libc = "0.2"