From 88d1a9cb3f63a190ab237394a9e44507e7396731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:58:07 +0000 Subject: [PATCH] build(deps): update wasmtime requirement from 46.0.1 to 47.0.2 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/v47.0.2/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v46.0.1...v47.0.2) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 47.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- controller/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 634d0ce..5351ddb 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -46,7 +46,7 @@ prost = "0.14.3" rcgen = "0.14.7" # Plugins -wasmtime = { version = "46.0.1", default-features = false, features = ["anyhow", "addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } +wasmtime = { version = "47.0.2", default-features = false, features = ["anyhow", "addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } wasmtime-wasi = { version = "47.0.2", optional = true } minreq = { version = "3.0.0", features = ["https-rustls"], optional = true }