From cb5c93b70f1009fc09a08c8db804a945645a33fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:35:50 +0000 Subject: [PATCH] build(deps): update wasi-common requirement from 27.0 to 28.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/v27.0.0/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v27.0.0...v27.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 83593fda..0321c34e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ wasmtime-provider = { version = "2.2.0", features = ["cache"] } wasmtime-wasi = { workspace = true } [workspace.dependencies] -wasi-common = "27.0" +wasi-common = "28.0" wasmtime = "27.0" wasmtime-wasi = "27.0"