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