From 84bba2ea73362e291a177a0458ed0f2345c37053 Mon Sep 17 00:00:00 2001 From: Al Liu Date: Wed, 15 May 2024 18:18:28 +0800 Subject: [PATCH] update --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ff7f647..82f144f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -59,7 +59,7 @@ optional = true [target.'cfg(any(unix, windows))'.dev-dependencies] arbitrary = { version = "1", features = ["derive"] } bincode = "1" -wasmer = { version = "4.2.0", features = [ "sys-default"] } +wasmer = { version = "4.3", features = [ "sys-default"] } rand = { version = "0.8", features = ["small_rng"] } [features]