From 43a2643c48be91569e593576ab939a7e6aadb77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:04:23 +0000 Subject: [PATCH] Update wasmprinter requirement from 0.200 to 0.210 --- 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..26c23cc 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.210" wasmi = "0.31" [features]