Skip to content

Commit

Permalink
Update wasmparser requirement from 0.53.0 to 0.54.0 (#163)
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>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed May 12, 2020
1 parent 15cb5e3 commit b20d0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -29,7 +29,7 @@ leb128 = "0.2.4"
log = "0.4.8"
rayon = { version = "1.1.0", optional = true }
walrus-macro = { path = './crates/macro', version = '=0.16.0' }
wasmparser = "0.53.0"
wasmparser = "0.54.0"

[features]
parallel = ['rayon', 'id-arena/rayon']
Expand Down
2 changes: 1 addition & 1 deletion crates/fuzz-utils/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0"
env_logger = "0.7.0"
rand = { version = "0.7.0", features = ['small_rng'] }
tempfile = "3.1.0"
wasmparser = "0.52"
wasmparser = "0.54"
wat = "1.0"

[dependencies.walrus]
Expand Down

0 comments on commit b20d0ee

Please sign in to comment.