From 1ea001d03e3c538855fb4f43701c945006a95c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:39:55 +0000 Subject: [PATCH] Update wasmtime-wasi requirement from 16.0.0 to 20.0.0 Updates the requirements on [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v16.0.0...v20.0.0) --- updated-dependencies: - dependency-name: wasmtime-wasi 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 2e1295db..be7d4ec1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,5 +49,5 @@ hyper-util = { version = "0.1.2", features = ["tokio"] } tokio = { version = "1.35.1", features = ["fs", "macros", "net", "process"] } tokio-util = "0.7.10" wasmtime = "16.0.0" -wasmtime-wasi = "16.0.0" +wasmtime-wasi = "20.0.0" wasi-common = "16.0.0"