diff --git a/crates/nxm-engine/Cargo.toml b/crates/nxm-engine/Cargo.toml index 6bfd631..45cbaad 100644 --- a/crates/nxm-engine/Cargo.toml +++ b/crates/nxm-engine/Cargo.toml @@ -7,6 +7,6 @@ repository.workspace = true [dependencies] wasmtime = { version = "41", features = ["component-model"] } -wasmtime-wasi = "41" +wasmtime-wasi = "45" anyhow = "1" tokio = { version = "1", features = ["full"] }