From 6a1851f51ccc5a73cb226246aaad0bdcbf3ae806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:39:46 +0000 Subject: [PATCH] Update wasi-common requirement from 16.0.0 to 20.0.0 Updates the requirements on [wasi-common](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: wasi-common 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..53f2c5e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,4 +50,4 @@ tokio = { version = "1.35.1", features = ["fs", "macros", "net", "process"] } tokio-util = "0.7.10" wasmtime = "16.0.0" wasmtime-wasi = "16.0.0" -wasi-common = "16.0.0" +wasi-common = "20.0.0"