From d16d44edc58bf4da2a965377ea1790c61bd05f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:20:19 +0000 Subject: [PATCH] Update wasmtime-wasi requirement from 31.0.0 to 32.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/v32.0.0/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v31.0.0...v32.0.0) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 32.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integration_tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 1bce2a4..d2d8bc5 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] wasmtime = "31.0.0" -wasmtime-wasi = "31.0.0" +wasmtime-wasi = "32.0.0" anyhow = "1.0" deterministic-wasi-ctx = "1.0.0" rmp-serde = "1.3"