From 8b3d71e61432769026729f4465daa19b588faf7a Mon Sep 17 00:00:00 2001 From: Ahmed Adam Date: Thu, 18 Jul 2024 09:06:15 +0100 Subject: [PATCH] Bump wasmtime to 22.0.0 Signed-off-by: Ahmed Adam --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 564263a..0427c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -wasmtime = "11.0.1" +wasmtime = "22.0.0" anyhow = "1.0.72" lazy_static = "1.4.0" more-asserts = "0.3.1"