Skip to content

Commit

Permalink
build(deps): update wasi-common requirement from 13.0 to 14.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wasi-common](https://github.com/bytecodealliance/wasmtime) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](bytecodealliance/wasmtime@v13.0.0...v13.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent e4851bc commit cef2fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ wasmtime-wasi = { workspace = true }

[workspace.dependencies]
wasi-cap-std-sync = "13.0"
wasi-common = "13.0"
wasi-common = "14.0"
wasmtime = "13.0"
wasmtime-wasi = "13.0"

Expand Down

0 comments on commit cef2fa9

Please sign in to comment.