From 4949e2ad1747fe1908b00481e1b46c8743bba198 Mon Sep 17 00:00:00 2001 From: mikelsr Date: Wed, 28 Aug 2024 21:59:23 +0200 Subject: [PATCH] Upgrade wasmer-wasix dependency --- lib/proc/Cargo.toml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lib/proc/Cargo.toml b/lib/proc/Cargo.toml index 5fe852b..b2f87a1 100644 --- a/lib/proc/Cargo.toml +++ b/lib/proc/Cargo.toml @@ -12,15 +12,5 @@ uuid = { version = "1.10.0", features = [ "macro-diagnostics", # Enable better diagnostics for compile-time UUIDs ] } wasmer = { version = "4.x" } - -wasmer-wasix = { version = "0.24", default-features = false, features = [ - "chrono", - "compiler", - "journal", - "reqwest", - "sys", - "sys-poll", - "sys-thread", - "time", -] } +wasmer-wasix = { version = "0.26" } tracing = "0.1.37"