From a996fb322f7a11c499ff804842c3ccbe5f52111f Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 21 Feb 2024 03:36:43 -0500 Subject: [PATCH] build(deps): bump wasmtime to v18.0.1 --- lib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7b47522e..0a890c52 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -31,13 +31,13 @@ wasm = ["wasmtime", "wasmtime-c-api"] regex.workspace = true [dependencies.wasmtime] -version = "18" +version = "18.0.1" optional = true default-features = false features = ["cranelift"] [dependencies.wasmtime-c-api] -version = "18" +version = "18.0.1" optional = true package = "wasmtime-c-api-impl" default-features = false