From da2d600908b960c3cc3dc2c9c553a523ce515c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:44:10 +0000 Subject: [PATCH] Update wasmprinter requirement from 0.200 to 0.201 --- updated-dependencies: - dependency-name: wasmprinter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 816d828..0fb177f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ pretty_assertions = "1" rand = "0.8" wat = "1" wasmparser = "0.200" -wasmprinter = "0.200" +wasmprinter = "0.201" wasmi = "0.31" [features]