From 4b4a3bf81ebeaac5afb2d6245779065eb1c7d563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 07:14:27 +0000 Subject: [PATCH] chore(deps): update wasmtime-wasi requirement from 41 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/main/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v41.0.0...v45.0.0) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 45.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/nxm-engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nxm-engine/Cargo.toml b/crates/nxm-engine/Cargo.toml index 6bfd631..45cbaad 100644 --- a/crates/nxm-engine/Cargo.toml +++ b/crates/nxm-engine/Cargo.toml @@ -7,6 +7,6 @@ repository.workspace = true [dependencies] wasmtime = { version = "41", features = ["component-model"] } -wasmtime-wasi = "41" +wasmtime-wasi = "45" anyhow = "1" tokio = { version = "1", features = ["full"] }