From 0a74270bdaecbc8761c31b3d07aac105d7e45b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 23:11:26 +0000 Subject: [PATCH] build(deps): bump wasmparser from 0.78.2 to 0.81.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.78.2 to 0.81.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.78.2...wasmparser-0.81.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..3644389128f 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.81.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.81.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc" + [[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..5d623a77feb 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.81.0" thiserror = "1.0.25" parking_lot = "0.11.1"