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