From addb53a08fafb62b2b658056403b6171d89af857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:29:49 +0000 Subject: [PATCH] build(deps): update wasmtime requirement from 37.0.1 to 38.0.3 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/v38.0.3/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v37.0.1...v38.0.3) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 38.0.3 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 3f54c60..2873b37 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -46,7 +46,7 @@ prost = "0.14.1" rcgen = "0.14.3" # Plugins -wasmtime = { version = "37.0.1", default-features = false, features = ["addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } +wasmtime = { version = "38.0.3", default-features = false, features = ["addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } wasmtime-wasi = { version = "37.0.0", optional = true } minreq = { version = "2.14.0", features = ["https-rustls"], optional = true }