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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-24 21:33:30 +00:00
committed by GitHub
parent 0b222d76fd
commit c316defc24
+1 -1
View File
@@ -37,7 +37,7 @@ rand = "0.8"
wat = "1"
wasmparser = "0.206"
wasmprinter = "0.200"
wasmi = "0.31"
wasmi = "0.36"
[features]
default = ["std"]