From 0e66b956d95065999d5d15e8a1d5c0ba894a1a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 16:57:12 +0000 Subject: [PATCH] Update wasmtime requirement from 29.0.1 to 31.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/v31.0.0/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v29.0.1...v31.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 31.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"