From 9627e6028affc622f7a058a4323b01872ab816f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 14:00:48 +0000 Subject: [PATCH] chore(deps): update wasmer-wasi requirement in /packages/api Updates the requirements on [wasmer-wasi](https://github.com/wasmerio/wasmer) to permit the latest version. - [Release notes](https://github.com/wasmerio/wasmer/releases) - [Changelog](https://github.com/wasmerio/wasmer/blob/v3.1.1/CHANGELOG.md) - [Commits](https://github.com/wasmerio/wasmer/compare/2.1.1...v3.1.1) --- updated-dependencies: - dependency-name: wasmer-wasi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/Cargo.toml b/packages/api/Cargo.toml index 9db5b0b9..06c7f939 100644 --- a/packages/api/Cargo.toml +++ b/packages/api/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib"] wasmer = { version = "2.1.1", default-features = false, features = ["wat", "universal", "dylib", "compiler"] } wasmer-engines = { path = "../engines/" } wasmer-types = "2.1.1" -wasmer-wasi = "2.1.1" +wasmer-wasi = "3.1.1" pyo3 = { version = "0.14", features = ["extension-module", "auto-initialize"] } wat = "1.0" wasmprinter = "0.2"