From 0cebf7384b54eca63537fab17b0ebc4fd8486595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 22:07:36 +0000 Subject: [PATCH] build(deps): Update wasmtime-wasi requirement from 27 to 45 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/v34.0.2/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v27.0.0...v34.0.2) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 34.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- host/witness-wasi-harness/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/witness-wasi-harness/Cargo.toml b/host/witness-wasi-harness/Cargo.toml index 60ecf8b..8c9b6a3 100644 --- a/host/witness-wasi-harness/Cargo.toml +++ b/host/witness-wasi-harness/Cargo.toml @@ -13,7 +13,7 @@ path = "src/main.rs" [dependencies] wasmtime = "27" -wasmtime-wasi = "27" +wasmtime-wasi = "45" anyhow = "1" serde_json = "1" serde = { version = "1", features = ["derive"] }