Skip to content

Commit

Permalink
Bump wasmparser from 0.73.1 to 0.92.0
Browse files Browse the repository at this point in the history
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.73.1 to 0.92.0.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@wasmparser-0.73.1...wasmparser-0.92.0)

---
updated-dependencies:
- dependency-name: wasmparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 31, 2023
1 parent 9c394d6 commit 00d25a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0"
fallible-iterator = { version = "0.2.0", optional = true }
gimli = { version = "0.27.2", optional = true, default-features = false, features = ["std", "read"] }
object = { version = "0.17.0", optional = true }
wasmparser = "0.80.0"
wasmparser = "0.92.0"
typed-arena = { version = "2.0.2", optional = true }
twiggy-ir = { version = "=0.7.0", path = "../ir" }
twiggy-traits = { version = "=0.7.0", path = "../traits" }
Expand Down
2 changes: 1 addition & 1 deletion traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "./traits.rs"
thiserror = "1.0"
anyhow = "1.0"
gimli = { version = "0.27.2", optional = true, default-features = false, features = ["std", "read"] }
wasmparser = "0.80.0"
wasmparser = "0.92.0"
twiggy-ir = { version = "=0.7.0", path = "../ir" }
csv = "1.2.0"
regex = "1.4.2"
Expand Down

0 comments on commit 00d25a7

Please sign in to comment.