diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 6ddbfc7..e98e5a1 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -39,7 +39,7 @@ tonic = "0.12.2" # Drivers # TODO: Disable gc when wasmtime 25 is released -wasmtime = { version = "24.0.0", default-features = false, features = ["runtime", "component-model", "cranelift", "parallel-compilation", "cache", "gc"], optional = true } +wasmtime = { version = "25.0.1", default-features = false, features = ["runtime", "component-model", "cranelift", "parallel-compilation", "cache", "gc"], optional = true } wasmtime-wasi = { version = "24.0.0", optional = true } minreq = { version = "2.12.0", features = ["https-rustls"], optional = true }