Update dependencies to current versions, reducing duplicate versions (#963)

* Cargo.lock: Update, to no longer use multiple versions of autocfg

* Update wasmtime-debug and wasmtime-profiling to current gimli 0.20.0

This also eliminates duplicate versions of gimli and arrayvec, and
eliminates the nodrop dependency entirely.

* Update wasmtime-profiling to goblin 0.1.3 and object 0.17.0

This also eliminates two duplicate versions of goblin, and duplicate
versions of proc-macro2, quote, syn, scroll_derive, and unicode-xid.

* Update wasmtime-profiling to current scroll 0.10.1

This eliminates duplicate versions of scroll.

* Update wasmtime-profiling to current target-lexicon 0.10.0

This eliminates duplicate versions of target-lexicon.

* Update wasmtime-interface-types to current walrus and wasm-webidl-bindings

This also eliminates the oldest of the three duplicate versions of
wasmparser.

* Update wasmtime-wast to current wast 8.0.0

This eliminates one of the duplicate versions of wast.
This commit is contained in:
Josh Triplett
2020-02-22 15:10:45 -08:00
committed by GitHub
parent 8be80cbd0d
commit 48202e0c31
6 changed files with 156 additions and 281 deletions

View File

@@ -12,9 +12,9 @@ edition = "2018"
[dependencies]
anyhow = "1.0.19"
walrus = "0.13"
walrus = "0.15"
wasmparser = "0.51.0"
wasm-webidl-bindings = "0.6"
wasm-webidl-bindings = "0.8"
wasmtime = { path = "../api", version = "0.9.0" }
wasmtime-jit = { path = "../jit", version = "0.9.0" }
wasmtime-environ = { path = "../environ", version = "0.9.0" }