Update wasmparser and wast dependencies (#1663)

Brings in updates to SIMD spec ops renumbering.
This commit is contained in:
Alex Crichton
2020-05-05 16:13:14 -05:00
committed by GitHub
parent 176b3a8382
commit a7d90af19d
12 changed files with 30 additions and 49 deletions

View File

@@ -16,7 +16,6 @@ cfg-if = "0.1"
gimli = { version = "0.20.0", optional = true }
lazy_static = "1.4"
libc = { version = "0.2.60", default-features = false }
object = { version = "0.18.0", optional = true }
scroll = { version = "0.10.1", optional = true }
serde = { version = "1.0.99", features = ["derive"] }
target-lexicon = "0.10.0"
@@ -24,6 +23,12 @@ wasmtime-environ = { path = "../environ", version = "0.16.0" }
wasmtime-runtime = { path = "../runtime", version = "0.16.0" }
ittapi-rs = { version = "0.1.5", optional = true }
[dependencies.object]
version = "0.18.0"
optional = true
default-features = false
features = ['read_core', 'elf', 'std']
[badges]
maintenance = { status = "actively-developed" }