From 078d16b2a87fb970741ca1c3c2e10577b203bd1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:45:08 +0000 Subject: [PATCH] Update wasi requirement from 0.11 to 0.13 Updates the requirements on [wasi](https://github.com/bytecodealliance/wasi) to permit the latest version. - [Commits](https://github.com/bytecodealliance/wasi/compare/0.11.0...0.13.0) --- updated-dependencies: - dependency-name: wasi 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 35c1fb8..1da5a7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ winapi = { version = "0.3", features = ["profileapi"] } web-sys = { version = "0.3", features = ["Window", "Performance"] } [target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))'.dependencies] -wasi = "0.11" +wasi = "0.13" [dev-dependencies] average = "0.14"