From d881af39221f15321de36ba93d65bc72d29d070c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 21:08:47 +0000 Subject: [PATCH] Update wasmi requirement from 0.31 to 0.35 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/main/CHANGELOG.md) - [Commits](https://github.com/wasmi-labs/wasmi/compare/v0.31.0...v0.35.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..ef941e4 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.35" [features] default = ["std"]