Skip to content

Commit

Permalink
build(deps): update wasi-common requirement from 26.0 to 27.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/contributing-release-process.md)
- [Commits](bytecodealliance/wasmtime@v26.0.0...v26.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent bba4ce8 commit 693a1e6
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 = "2.1.0", features = ["cache"] }
wasmtime-wasi = { workspace = true }

[workspace.dependencies]
wasi-common = "26.0"
wasi-common = "27.0"
wasmtime = "26.0"
wasmtime-wasi = "26.0"

Expand Down

0 comments on commit 693a1e6

Please sign in to comment.