Skip to content

Commit

Permalink
build(deps): update wasi requirement from 0.11 to 0.13
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](https://github.com/bytecodealliance/wasi-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 847a042 commit 9ef1b42
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 @@ -23,4 +23,4 @@ zerocopy = { version = "0.7", 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.13" }

0 comments on commit 9ef1b42

Please sign in to comment.