From 0b5acc857b1bafb01e9676771d147b4770d1a24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 16:10:20 +0000 Subject: [PATCH] chore(deps): bump wasmparser from 0.81.0 to 0.85.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.81.0 to 0.85.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.81.0...wasmparser-0.85.0) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- crates/metering/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de5a1740..e6e23cfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2127,9 +2127,12 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.81.0" +version = "0.85.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc" +checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7" +dependencies = [ + "indexmap", +] [[package]] name = "web-sys" diff --git a/crates/metering/Cargo.toml b/crates/metering/Cargo.toml index 70fafd0e..97412df6 100644 --- a/crates/metering/Cargo.toml +++ b/crates/metering/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" path = "lib.rs" [dependencies] -wasmparser = "0.81.0" +wasmparser = "0.85.0" wasm-encoder = "0.8.0" [dev-dependencies]