Skip to content

Commit

Permalink
Update wasmtime requirement from 16.0.0 to 19.0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [wasmtime](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@v16.0.0...v19.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent e7e6606 commit 9aa215f
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 @@ -48,6 +48,6 @@ hyper = { version = "1.1.0", features = ["http1", "server"] }
hyper-util = { version = "0.1.2", features = ["tokio"] }
tokio = { version = "1.35.1", features = ["fs", "macros", "net", "process"] }
tokio-util = "0.7.10"
wasmtime = "16.0.0"
wasmtime = "19.0.2"
wasmtime-wasi = "16.0.0"
wasi-common = "16.0.0"

0 comments on commit 9aa215f

Please sign in to comment.