From b641157661f5bb0b905b05f2211f2a47c002d6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:56:02 +0000 Subject: [PATCH] Update wasmprinter requirement from 0.200 to 0.212 --- 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 44d1749..3733998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ pretty_assertions = "1" rand = "0.8" wat = "1" wasmparser = "0.206" -wasmprinter = "0.200" +wasmprinter = "0.212" wasmi = "0.31" [features]