Skip to content

Commit

Permalink
build(deps): update wasi-cap-std-sync requirement from 14.0 to 15.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@v14.0.0...v14.0.4)

---
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 Nov 21, 2023
1 parent b2558b9 commit e8f5f71
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.11", features = ["cache"] }
wasmtime-wasi = { workspace = true }

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

0 comments on commit e8f5f71

Please sign in to comment.