Skip to content

Commit

Permalink
build(deps): update wasmparser requirement from 0.51.0 to 0.52.1
Browse files Browse the repository at this point in the history
Updates the requirements on [wasmparser](https://github.com/bytecodealliance/wasmparser.rs) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/wasmparser.rs/releases)
- [Commits](https://github.com/bytecodealliance/wasmparser.rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 6, 2020
1 parent 59a2cb6 commit 37142ec
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 @@ -17,7 +17,7 @@ crc32fast = { version = "1.2", optional = true }
flate2 = { version = "1", optional = true }
indexmap = { version = "1.1", optional = true }
target-lexicon = { version = "0.10" }
wasmparser = { version = "0.51.0", optional = true }
wasmparser = { version = "0.52.1", optional = true }

[dev-dependencies]
memmap = "0.7"
Expand Down

0 comments on commit 37142ec

Please sign in to comment.