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