From f9dbc8645da399a3a657fa4d3184bf777fd0841f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2019 10:32:37 +0000 Subject: [PATCH] Update wasmparser requirement from 0.32.1 to 0.34.0 Updates the requirements on [wasmparser](https://github.com/yurydelendik/wasmparser.rs) to permit the latest version. - [Release notes](https://github.com/yurydelendik/wasmparser.rs/releases) - [Commits](https://github.com/yurydelendik/wasmparser.rs/commits) Signed-off-by: dependabot-preview[bot] --- wasmtime-debug/Cargo.toml | 2 +- wasmtime-jit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wasmtime-debug/Cargo.toml b/wasmtime-debug/Cargo.toml index c3f696729d00..4590d0ffee47 100644 --- a/wasmtime-debug/Cargo.toml +++ b/wasmtime-debug/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] gimli = "0.19.0" -wasmparser = { version = "0.32.1" } +wasmparser = { version = "0.34.0" } cranelift-codegen = "0.33.0" cranelift-entity = "0.33.0" cranelift-wasm = "0.33.0" diff --git a/wasmtime-jit/Cargo.toml b/wasmtime-jit/Cargo.toml index b1c5712e2841..a2eeae90fdf7 100644 --- a/wasmtime-jit/Cargo.toml +++ b/wasmtime-jit/Cargo.toml @@ -24,7 +24,7 @@ failure = { version = "0.1.3", default-features = false } failure_derive = { version = "0.1.3", default-features = false } target-lexicon = { version = "0.4.0", default-features = false } hashbrown = { version = "0.1.8", optional = true } -wasmparser = "0.32.1" +wasmparser = "0.34.0" [features] default = ["std"]