Update wabt requirement from 0.7 to 0.8
Updates the requirements on [wabt](https://github.com/pepyakin/wabt-rs) to permit the latest version. - [Release notes](https://github.com/pepyakin/wabt-rs/releases) - [Commits](https://github.com/pepyakin/wabt-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
Dan Gohman
parent
9fe77cffc6
commit
f5746290cb
@@ -40,7 +40,7 @@ faerie = "0.10.1"
|
|||||||
target-lexicon = { version = "0.4.0", default-features = false }
|
target-lexicon = { version = "0.4.0", default-features = false }
|
||||||
pretty_env_logger = "0.3.0"
|
pretty_env_logger = "0.3.0"
|
||||||
file-per-thread-logger = "0.1.1"
|
file-per-thread-logger = "0.1.1"
|
||||||
wabt = "0.7"
|
wabt = "0.8"
|
||||||
libc = "0.2.50"
|
libc = "0.2.50"
|
||||||
errno = "0.2.4"
|
errno = "0.2.4"
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ cranelift-entity = "0.33.0"
|
|||||||
wasmtime-jit = { path = "../wasmtime-jit" }
|
wasmtime-jit = { path = "../wasmtime-jit" }
|
||||||
wasmtime-runtime = { path = "../wasmtime-runtime" }
|
wasmtime-runtime = { path = "../wasmtime-runtime" }
|
||||||
wasmtime-environ = { path = "../wasmtime-environ" }
|
wasmtime-environ = { path = "../wasmtime-environ" }
|
||||||
wabt = "0.7"
|
wabt = "0.8"
|
||||||
target-lexicon = "0.4.0"
|
target-lexicon = "0.4.0"
|
||||||
failure = { version = "0.1.3", default-features = false }
|
failure = { version = "0.1.3", default-features = false }
|
||||||
failure_derive = { version = "0.1.3", default-features = false }
|
failure_derive = { version = "0.1.3", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user