Skip to content
Snippets Groups Projects
Unverified Commit e0852669 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

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: default avatardependabot[bot] <support@github.com>
parent dff2e9b2
No related tags found
No related merge requests found
...@@ -24,4 +24,4 @@ zerocopy = { version = "0.8", default-features = false, features = ["alloc", "de ...@@ -24,4 +24,4 @@ zerocopy = { version = "0.8", default-features = false, features = ["alloc", "de
[target.'cfg(target_os = "hermit")'.dependencies] [target.'cfg(target_os = "hermit")'.dependencies]
hermit = { path = "../../hermit", default-features = false, features = ["acpi", "pci", "fsgsbase", "fs", "tcp", "dhcpv4", "mmap"] } hermit = { path = "../../hermit", default-features = false, features = ["acpi", "pci", "fsgsbase", "fs", "tcp", "dhcpv4", "mmap"] }
hermit-abi = { path = "../../hermit-abi", default-features = false } hermit-abi = { path = "../../hermit-abi", default-features = false }
wasi = { version = "0.11" } wasi = { version = "0.14" }
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment