From d6142ae05badaaa9e7d9ae2d0b64a4867b65cce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 07:14:35 +0000 Subject: [PATCH] chore(deps): update wasmtime requirement from 41 to 45 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/main/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v41.0.0...v45.0.0) --- updated-dependencies: - dependency-name: wasmtime 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..57493e9 100644 --- a/crates/nxm-engine/Cargo.toml +++ b/crates/nxm-engine/Cargo.toml @@ -6,7 +6,7 @@ license.workspace = true repository.workspace = true [dependencies] -wasmtime = { version = "41", features = ["component-model"] } +wasmtime = { version = "45", features = ["component-model"] } wasmtime-wasi = "41" anyhow = "1" tokio = { version = "1", features = ["full"] }