From 60041b3647c5be305ed53f3f1b19bd1efeecbcfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 23:09:56 +0000 Subject: [PATCH] build(deps): bump wasmparser from 0.78.2 to 0.80.2 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.78.2 to 0.80.2. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.78.2...wasmparser-0.80.2) --- 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 d71390cfbb6..7d775378948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -627,7 +627,7 @@ dependencies = [ "serde", "smallvec 1.6.1", "thiserror", - "wasmparser", + "wasmparser 0.78.2", ] [[package]] @@ -1614,7 +1614,7 @@ dependencies = [ "tokio-retry", "tokio-stream", "url 2.2.1", - "wasmparser", + "wasmparser 0.80.2", "web3", ] @@ -5330,6 +5330,12 @@ version = "0.78.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65" +[[package]] +name = "wasmparser" +version = "0.80.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b" + [[package]] name = "wasmtime" version = "0.27.0" @@ -5352,7 +5358,7 @@ dependencies = [ "serde", "smallvec 1.6.1", "target-lexicon", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-cache", "wasmtime-environ", "wasmtime-fiber", @@ -5395,7 +5401,7 @@ dependencies = [ "cranelift-frontend", "cranelift-wasm", "target-lexicon", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-environ", ] @@ -5411,7 +5417,7 @@ dependencies = [ "object 0.24.0", "target-lexicon", "thiserror", - "wasmparser", + "wasmparser 0.78.2", "wasmtime-environ", ] @@ -5431,7 +5437,7 @@ dependencies = [ "more-asserts", "serde", "thiserror", - "wasmparser", + "wasmparser 0.78.2", ] [[package]] @@ -5468,7 +5474,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 dd2ae5003bc..096950d0c8f 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -54,7 +54,7 @@ url = "2.2.1" prometheus = "0.12.0" priority-queue = "0.7.0" futures03 = { version = "0.3.1", package = "futures", features = ["compat"] } -wasmparser = "0.78.2" +wasmparser = "0.80.2" thiserror = "1.0.25" parking_lot = "0.11.1"