From c316defc2497965a8166d3af3c09a60dcaeab27c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:33:30 +0000 Subject: [PATCH] Update wasmi requirement from 0.31 to 0.36 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.36.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..22f8097 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.36" [features] default = ["std"]