From 059c437236c593c0d706dd08d6c32beb9213ca2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 13:48:16 -0500 Subject: [PATCH] Update wasmparser requirement from 0.36.0 to 0.37.1 (#301) 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] --- misc/wasmtime-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/wasmtime-py/Cargo.toml b/misc/wasmtime-py/Cargo.toml index 3c2d0e2b76..c5bf58fcc5 100644 --- a/misc/wasmtime-py/Cargo.toml +++ b/misc/wasmtime-py/Cargo.toml @@ -24,7 +24,7 @@ wasmtime-runtime = { path = "../../wasmtime-runtime" } target-lexicon = { version = "0.4.0", default-features = false } failure = "0.1" region = "2.0.0" -wasmparser = "0.36.0" +wasmparser = "0.37.1" [dependencies.pyo3] version = "0.7.0-alpha.1"