From 2e152c605e5f6ae1eb999bb372ae1e0368403798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 23:10:30 +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 d71390cfbb6..95409b00b06 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.82.0", "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.82.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0559cc0f1779240d6f894933498877ea94f693d84f3ee39c9a9932c6c312bd70" + [[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..f7d75abc6e7 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.82.0" thiserror = "1.0.25" parking_lot = "0.11.1"