From eb1df34c27e009e0e473f8980bddf243c97ba0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 04:27:19 +0000 Subject: [PATCH] Update wasix requirement from 0.12 to 0.13 --- updated-dependencies: - dependency-name: wasix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29f5b16..2d1f4e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2" wasi-abi2 = { package = "wasi", version = "0.13.3", optional = true } [target.'cfg(any(target_os = "wasix", target_os = "wasi"))'.dependencies] -wasix = "0.12" +wasix = "0.13" [target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies] wasm-bindgen = "0.2"