From 4528ae1c77d375a3022a9abe0f0828db5a40da04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:12:05 +0000 Subject: [PATCH] build(deps): update wasmtime-wasi requirement from 45.0.1 to 46.0.1 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/v46.0.1/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v45.0.1...v46.0.1) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 46.0.1 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 fb5d4ac..b2d33ae 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -47,7 +47,7 @@ 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-wasi = { version = "45.0.1", optional = true } +wasmtime-wasi = { version = "46.0.1", optional = true } minreq = { version = "3.0.0", features = ["https-rustls"], optional = true } [build-dependencies]