Skip to content

Commit

Permalink
Update wasmtime requirement from 1.0.0 to 15.0.1
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@v1.0.0...v15.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent d47841b commit 1c96c20
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 @@ -11,7 +11,7 @@ documentation = "https://docs.rs/wasm-ast"

[dev-dependencies]
criterion = "0.4"
wasmtime = "1.0.0"
wasmtime = "15.0.1"

[dependencies]
nom = { version = "7", optional = true }
Expand Down

0 comments on commit 1c96c20

Please sign in to comment.