diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 9b78e00..20de0df 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -47,7 +47,7 @@ rcgen = "0.14.3" # Plugins wasmtime = { version = "40.0.0", default-features = false, features = ["addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } -wasmtime-wasi = { version = "40.0.0", optional = true } +wasmtime-wasi = { version = "41.0.0", optional = true } minreq = { version = "2.14.0", features = ["https-rustls"], optional = true } [build-dependencies]