From 3f2a13940c6230891c3a5cdaa3ce787323a6dceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 22:01:00 +0000 Subject: [PATCH] Update wasmi requirement from 0.31 to 0.32 Updates the requirements on [wasmi](https://github.com/wasmi-labs/wasmi) to permit the latest version. - [Release notes](https://github.com/wasmi-labs/wasmi/releases) - [Changelog](https://github.com/wasmi-labs/wasmi/blob/master/CHANGELOG.md) - [Commits](https://github.com/wasmi-labs/wasmi/compare/v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: wasmi 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..12e535f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ rand = "0.8" wat = "1" wasmparser = "0.206" wasmprinter = "0.200" -wasmi = "0.31" +wasmi = "0.32" [features] default = ["std"]