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]