Skip to content

Commit

Permalink
Update wasmtime requirement from 1.0.0 to 14.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@v1.0.0...v14.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent d47841b commit fe8a079
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 = "14.0.2"

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

0 comments on commit fe8a079

Please sign in to comment.