From 72c05110e56e982f31d52a35f163868b179fd1a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:49:18 +0000 Subject: [PATCH] build(deps): update wasi requirement from 0.11 to 0.14 Updates the requirements on [wasi](https://github.com/bytecodealliance/wasi-rs) to permit the latest version. - [Commits](https://github.com/bytecodealliance/wasi-rs/compare/0.11.0...0.14.0) --- updated-dependencies: - dependency-name: wasi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/wasmtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wasmtime/Cargo.toml b/examples/wasmtime/Cargo.toml index 373ccb2ae..3ae3e917d 100644 --- a/examples/wasmtime/Cargo.toml +++ b/examples/wasmtime/Cargo.toml @@ -24,4 +24,4 @@ zerocopy = { version = "0.8", default-features = false, features = ["alloc", "de [target.'cfg(target_os = "hermit")'.dependencies] hermit = { path = "../../hermit", default-features = false, features = ["acpi", "pci", "fsgsbase", "fs", "tcp", "dhcpv4", "mmap"] } hermit-abi = { path = "../../hermit-abi", default-features = false } -wasi = { version = "0.11" } \ No newline at end of file +wasi = { version = "0.14" } \ No newline at end of file