From 340cb3dcf5798f1672ed0817d3b37ff6d150cb9c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 20:06:03 +0000 Subject: [PATCH] Update wasmparser requirement from 0.38.0 to 0.39.1 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 65aa2914c7..a163c29d1e 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.8.1", default-features = false } failure = "0.1" region = "2.0.0" -wasmparser = "0.38.0" +wasmparser = "0.39.1" [dependencies.pyo3] version = "0.8.0"