From dad83b5f0c8acc6f94c141f5f3e1c36c11f242ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 07:13:41 +0000 Subject: [PATCH] Bump wasmparser from 0.71.0 to 0.75.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.71.0 to 0.75.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f98bc4..9a4d384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,9 +403,9 @@ checksum = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9" [[package]] name = "wasmparser" -version = "0.71.0" +version = "0.75.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89a30c99437829ede826802bfcf28500cf58df00e66cb9114df98813bc145ff1" +checksum = "4580b6be7329cfc3277131fc8363044990effb57b3ce93ef304ca70ad4339c64" [[package]] name = "winapi" diff --git a/Cargo.toml b/Cargo.toml index 44957a0..ec11a42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ is-it-maintained-issue-resolution = { repository = "enarx/enarx" } is-it-maintained-open-issues = { repository = "enarx/enarx" } [dependencies] -wasmparser = "0.71" +wasmparser = "0.75" structopt = "0.3" tempfile = "3.2" lebicon = "4.0"