From 4c1d47a61891cc94233af4c5d0073ca88a954e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 11:22:57 +0200 Subject: [PATCH] Update wasmparser requirement from 0.90 to 0.92 (#33) Updates the requirements on [wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.90.0...wasmparser-0.92.0) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58a5523..2dc7e05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ diff = "0.1" pretty_assertions = "1" rand = "0.8" wat = "1" -wasmparser = "0.90" +wasmparser = "0.92" wasmprinter = "0.2" [features]