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