From 5e0bbb1e7b7d672fc42ac17859c8a6f4c63d16fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:23:30 +0000 Subject: [PATCH] Update wasmtime requirement from 31.0.0 to 32.0.0 Updates the requirements on [wasmtime](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 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..d0f83ce 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2021" [dependencies] -wasmtime = "31.0.0" +wasmtime = "32.0.0" wasmtime-wasi = "31.0.0" anyhow = "1.0" deterministic-wasi-ctx = "1.0.0"