From c9883c541b77621f75cc72bdbd7046d5775ae173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 02:27:09 +0000 Subject: [PATCH] Bump wasmparser from 0.71.0 to 0.82.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.71.0 to 0.82.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.71.0...wasmparser-0.82.0) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor ... 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 cfb803d..95dfd98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.71.0" +version = "0.82.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89a30c99437829ede826802bfcf28500cf58df00e66cb9114df98813bc145ff1" +checksum = "0559cc0f1779240d6f894933498877ea94f693d84f3ee39c9a9932c6c312bd70" [[package]] name = "winapi" diff --git a/Cargo.toml b/Cargo.toml index dac86be..475cbe6 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.82" structopt = "0.3" tempfile = "3.3" lebicon = "4.0"