diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 9b567ed..4f5ef99 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -9,8 +9,8 @@ repository.workspace = true version.workspace = true [dependencies] -wasmtime = ">= 14.0.0, < 17.0.0" -wasmtime-wasi = ">= 14.0.0, < 17.0.0" +wasmtime = ">= 14.0.0, < 18.0.0" +wasmtime-wasi = ">= 14.0.0, < 18.0.0" anyhow = "1" serde = {version = "1", features = ["derive"]} serde_json = "1"