From 0cfbe0999df89afa86d373ff02b138dc57bdec9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:26:04 +0000 Subject: [PATCH] chore(deps): update rust crate wasmtime to v25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 503841b8..cf604064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ serde_json = { version = "1.0.120" } tonic = { version = "0.12.0", default-features = false } tonic-build = "0.12.0" tonic-web = "0.12.0" -wasmtime = "24.0.0" +wasmtime = "25.0.0" wasmtime-wasi = "24.0.0" async-trait = "0.1.80" log = { version = "0.4.21", features = ["kv"] }