Skip to content

Commit

Permalink
Update wasmparser requirement from 0.116 to 0.117
Browse files Browse the repository at this point in the history
Updates the requirements on [wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wasmparser-0.116.0...wasmparser-0.117.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 0c739d9 commit cf875aa
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 @@ -35,7 +35,7 @@ diff = "0.1"
pretty_assertions = "1"
rand = "0.8"
wat = "1"
wasmparser = "0.116"
wasmparser = "0.117"
wasmprinter = "0.2"
wasmi = "0.31"

Expand Down

0 comments on commit cf875aa

Please sign in to comment.