From 4ac31a9179e335021dba4ca0ccd0d4cc9345d774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 20:41:43 +0000 Subject: [PATCH] build(deps): bump wasmparser from 0.78.2 to 0.85.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.78.2 to 0.85.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.78.2...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 | 23 ++++++++++++++++------- graph/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc62bfad2ab..af866441143 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -598,7 +598,7 @@ dependencies = [ "serde", "smallvec 1.6.1", "thiserror", - "wasmparser", + "wasmparser 0.78.2", ] [[package]] @@ -1473,7 +1473,7 @@ dependencies = [ "tonic", "tonic-build", "url", - "wasmparser", + "wasmparser 0.85.0", "web3", ] @@ -5168,6 +5168,15 @@ version = "0.78.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65" +[[package]] +name = "wasmparser" +version = "0.85.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7" +dependencies = [ + "indexmap", +] + [[package]] name = "wasmtime" version = "0.27.0" @@ -5190,7 +5199,7 @@ dependencies = [ "serde", "smallvec 1.6.1", "target-lexicon", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-cache", "wasmtime-environ", "wasmtime-fiber", @@ -5233,7 +5242,7 @@ dependencies = [ "cranelift-frontend", "cranelift-wasm", "target-lexicon", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-environ", ] @@ -5249,7 +5258,7 @@ dependencies = [ "object 0.24.0", "target-lexicon", "thiserror", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-environ", ] @@ -5269,7 +5278,7 @@ dependencies = [ "more-asserts", "serde", "thiserror", - "wasmparser", + "wasmparser 0.78.2", ] [[package]] @@ -5306,7 +5315,7 @@ dependencies = [ "serde", "target-lexicon", "thiserror", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-cranelift", "wasmtime-debug", "wasmtime-environ", diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 26eca2466e0..c8a37408389 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -51,7 +51,7 @@ tonic = { version = "0.5.1", features = ["tls-roots"] } prost = "0.8.0" prost-types = "0.8.0" futures03 = { version = "0.3.1", package = "futures", features = ["compat"] } -wasmparser = "0.78.2" +wasmparser = "0.85.0" thiserror = "1.0.25" parking_lot = "0.11.2" itertools = "0.10.3"