diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 88780a06..837e8809 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -46,7 +46,7 @@ prost = "0.14.1" 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 = { version = "37.0.0", 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 } minreq = { version = "2.14.0", features = ["https-rustls"], optional = true }