Update wabt requirement from 0.8 to 0.9

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/compare/0.8.0...0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-19 14:12:57 +00:00
committed by Dan Gohman
parent d1b1500d19
commit 7dc81cbbc0

View File

@@ -32,7 +32,7 @@ failure = "0.1"
target-lexicon = { version = "0.4.0", default-features = false }
pretty_env_logger = "0.3.0"
file-per-thread-logger = "0.1.1"
wabt = "0.7"
wabt = "0.9"
libc = "0.2.60"
errno = "0.2.4"
rayon = "1.1"