From 04410eb023e2573c0db0978caf8c346e317878af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:07:48 +0000 Subject: [PATCH] Update wasmi requirement from 0.31 to 0.33 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.33.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..99df5c5 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.33" [features] default = ["std"]