From 783387895741ebb4730aeffc59b8c892e8cc57ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 21:29:20 +0000 Subject: [PATCH] Update wasmprinter requirement from 0.200 to 0.214 --- 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..275a8f3 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.214" wasmi = "0.31" [features]