Skip to content

Commit

Permalink
build(deps): update wasi-cap-std-sync requirement from 15.0 to 16.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@v15.0.0...v15.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 96307f2 commit 798b01c
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 @@ -55,7 +55,7 @@ wasmtime-provider = { version = "1.12.1", features = ["cache"] }
wasmtime-wasi = { workspace = true }

[workspace.dependencies]
wasi-cap-std-sync = "15.0"
wasi-cap-std-sync = "16.0"
wasi-common = "15.0"
wasmtime = "15.0"
wasmtime-wasi = "15.0"
Expand Down

0 comments on commit 798b01c

Please sign in to comment.