Skip to content

Commit

Permalink
chore(deps): update wasmtime-wasi requirement from 27 to 28
Browse files Browse the repository at this point in the history
Updates the requirements on [wasmtime-wasi](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/v28.0.0/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v27.0.0...v28.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent c6b7cfd commit 236908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/augurs-prophet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wasmtime = { version = "27", features = [
"runtime",
"component-model",
], optional = true }
wasmtime-wasi = { version = "27", optional = true }
wasmtime-wasi = { version = "28", optional = true }
zip = { version = "2.2.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 236908a

Please sign in to comment.