From e60bf7f7e86950fa324270f2bc982eefabf347e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 13:51:03 +0000 Subject: [PATCH] Update wasmparser requirement from 0.37.1 to 0.38.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] --- 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 fd27069c5e..844a9baee7 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.37.1" +wasmparser = "0.38.0" [dependencies.pyo3] version = "0.8.0"