From 557947c5109d1dfd7af9ac35fb879fb3673bf819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 07:01:09 +0000 Subject: [PATCH] build(deps): update wasmtime-wasi requirement from 38.0.3 to 39.0.0 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/v39.0.0/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v38.0.3...v39.0.0) --- updated-dependencies: - dependency-name: wasmtime-wasi dependency-version: 39.0.0 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 43610c8..9317b65 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -47,7 +47,7 @@ rcgen = "0.14.3" # Plugins wasmtime = { version = "39.0.0", default-features = false, features = ["addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } -wasmtime-wasi = { version = "38.0.3", optional = true } +wasmtime-wasi = { version = "39.0.0", optional = true } minreq = { version = "2.14.0", features = ["https-rustls"], optional = true } [build-dependencies]