Skip to content

Commit

Permalink
chore(deps): update wasmtime-wasi requirement from 26 to 27
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/v27.0.0/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v26.0.0...v27.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 Nov 25, 2024
1 parent 6224a6a commit 57a1571
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 @@ -43,7 +43,7 @@ wasmtime = { version = "26", features = [
"runtime",
"component-model",
], optional = true }
wasmtime-wasi = { version = "26", optional = true }
wasmtime-wasi = { version = "27", optional = true }
zip = { version = "2.2.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 57a1571

Please sign in to comment.