Skip to content

Commit

Permalink
build(deps): update wasi requirement from 0.11 to 0.14
Browse files Browse the repository at this point in the history
Updates the requirements on [wasi](https://github.com/bytecodealliance/wasi-rs) to permit the latest version.
- [Commits](bytecodealliance/wasi-rs@0.11.0...0.14.0)

---
updated-dependencies:
- dependency-name: wasi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 39f54ad commit 72c0511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
wasi = { version = "0.14" }

0 comments on commit 72c0511

Please sign in to comment.