diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 1595dea..642a292 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -47,7 +47,7 @@ rcgen = "0.14.7" # Plugins wasmtime = { version = "42.0.1", default-features = false, features = ["anyhow", "addr2line", "threads", "std", "runtime", "demangle", "component-model", "cranelift", "parallel-compilation", "cache"], optional = true } -wasmtime-wasi = { version = "42.0.1", optional = true } +wasmtime-wasi = { version = "43.0.0", optional = true } minreq = { version = "2.14.1", features = ["https-rustls"], optional = true } [build-dependencies]