From 2524b1a11f58c621bab8e0ef55289f3c3559383e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:56:20 +0000 Subject: [PATCH] build(deps): update wasi-common requirement from 15.0 to 16.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/v15.0.0...v15.0.1) --- 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 cb2ca403..869b988a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ wasmtime-wasi = { workspace = true } [workspace.dependencies] wasi-cap-std-sync = "15.0" -wasi-common = "15.0" +wasi-common = "16.0" wasmtime = "15.0" wasmtime-wasi = "15.0"