Skip to content

Commit

Permalink
build(deps): update wasmparser requirement from 0.117 to 0.118
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.117.0...wasmparser-0.118.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 71e2974 commit 4923389
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 @@ -49,7 +49,7 @@ validator = { version = "0.16", features = ["derive"] }
wapc = "1.1"
wasi-cap-std-sync = { workspace = true }
wasi-common = { workspace = true }
wasmparser = "0.117"
wasmparser = "0.118"
wasmtime = { workspace = true }
wasmtime-provider = { version = "1.11", features = ["cache"] }
wasmtime-wasi = { workspace = true }
Expand Down

0 comments on commit 4923389

Please sign in to comment.