From c2db4b836551e2c0aa3506a19d5736bc8dbb2953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 08:59:46 +0200 Subject: [PATCH] Update wasmparser requirement from 0.89 to 0.90 (#28) 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.89.0...wasmparser-0.90.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 61863b9..aad3ae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ criterion = "0.3" diff = "0.1" rand = "0.8" wat = "1" -wasmparser = "0.89" +wasmparser = "0.90" wasmprinter = "0.2" [features]