From 28b09e28919b57e3459e9383f599ba5464df3473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 09:05:11 +0000 Subject: [PATCH] build(deps): bump wasmparser from 0.78.2 to 0.82.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.78.2 to 0.82.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.78.2...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 | 20 +++++++++++++------- graph/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc62bfad2ab..dd4addb33fd 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.82.0", "web3", ] @@ -5168,6 +5168,12 @@ version = "0.78.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65" +[[package]] +name = "wasmparser" +version = "0.82.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0559cc0f1779240d6f894933498877ea94f693d84f3ee39c9a9932c6c312bd70" + [[package]] name = "wasmtime" version = "0.27.0" @@ -5190,7 +5196,7 @@ dependencies = [ "serde", "smallvec 1.6.1", "target-lexicon", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-cache", "wasmtime-environ", "wasmtime-fiber", @@ -5233,7 +5239,7 @@ dependencies = [ "cranelift-frontend", "cranelift-wasm", "target-lexicon", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-environ", ] @@ -5249,7 +5255,7 @@ dependencies = [ "object 0.24.0", "target-lexicon", "thiserror", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-environ", ] @@ -5269,7 +5275,7 @@ dependencies = [ "more-asserts", "serde", "thiserror", - "wasmparser", + "wasmparser 0.78.2", ] [[package]] @@ -5306,7 +5312,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..197e3908451 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.82.0" thiserror = "1.0.25" parking_lot = "0.11.2" itertools = "0.10.3"