Skip to content

Commit

Permalink
build(deps): update wasi-cap-std-sync requirement from 11.0 to 12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wasi-cap-std-sync](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@v11.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: wasi-cap-std-sync
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2023
1 parent bf96c0f commit b2f8706
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 @@ -54,7 +54,7 @@ thiserror = "1.0"
wasmtime = "11.0"
wasmtime-wasi = "11.0"
wasi-common = "11.0"
wasi-cap-std-sync = "11.0"
wasi-cap-std-sync = "12.0"

[dev-dependencies]
assert-json-diff = "2.0"
Expand Down

0 comments on commit b2f8706

Please sign in to comment.