From d9517fcaaef6c69b6f515a0555eb1ba7bb483c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 01:22:44 +0000 Subject: [PATCH] Update Rust crate wasmtime to 18.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c859f373..9c0e47ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ rmpv = "1.0.1" serde = "1.0.197" tonic = { version = "0.11.0", default-features = false } serde_json = "1.0.114" -wasmtime = "18.0.2" +wasmtime = "18.0.3" wasmtime-wasi = "18.0.3" tonic-build = "0.11.0" async-trait = "0.1.77"