Update various crates' object and wast dependencies (#1908)

This somewhat cuts down on duplicate dependencies. `wast` is used in a much older version (`11.0.0`) by `witx`, and can be updated without issues there as well, but this at least gets us from 3 copies to 2.
This commit is contained in:
Till Schneidereit
2020-07-01 16:11:38 +02:00
committed by GitHub
parent de9fbfa095
commit f80c2abffb
7 changed files with 15 additions and 30 deletions

View File

@@ -31,7 +31,7 @@ wasmtime-wast = { path = "crates/wast", version = "0.18.0" }
wasmtime-wasi = { path = "crates/wasi", version = "0.18.0" }
wasi-common = { path = "crates/wasi-common", version = "0.18.0" }
structopt = { version = "0.3.5", features = ["color", "suggestions"] }
object = { version = "0.19", default-features = false, features = ["write"] }
object = { version = "0.20", default-features = false, features = ["write"] }
anyhow = "1.0.19"
target-lexicon = { version = "0.10.0", default-features = false }
pretty_env_logger = "0.4.0"