From 7dc81cbbc0e2c4df38c2822854a7c3b86e15b3a5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 14:12:57 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e742e2c1f..2d928f9135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"