From 0d0bd28e99e7f0be02c5e93a4816ab27c5e26258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 06:14:09 +0000 Subject: [PATCH] build(deps): update wasmtime requirement from 44.0.0 to 45.0.0 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/v44.0.0...v45.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 45.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 664b9879..884dc81 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -46,7 +46,7 @@ prost = "0.14.3" rcgen = "0.14.7" # Plugins -wasmtime = { version = "44.0.0", default-features = false, features = ["anyhow", "addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } +wasmtime = { version = "45.0.0", default-features = false, features = ["anyhow", "addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } wasmtime-wasi = { version = "44.0.0", optional = true } minreq = { version = "2.14.1", features = ["https-rustls"], optional = true }