Skip to content

Commit

Permalink
Bump wasmparser from 0.219.1 to 0.220.0 (#1814)
Browse files Browse the repository at this point in the history
* Bump wasmparser from 0.219.1 to 0.220.0

Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.219.1 to 0.220.0.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump `wasm-encoder` to 0.220.0 as well

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Müller <mich@elmueller.net>
  • Loading branch information
dependabot[bot] and cmichi authored Nov 15, 2024
1 parent 6b2d943 commit 54640f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 29 deletions.
32 changes: 6 additions & 26 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 crates/analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"]

[dependencies]
contract-metadata = { version = "5.0.0-alpha", path = "../metadata" }
wasmparser = "0.219.1"
wasmparser = "0.220.0"
anyhow = "1.0.83"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ scale = { package = "parity-scale-codec", version = "3.0.0", features = [
] }
toml = "0.8.13"
tracing = "0.1.40"
wasm-encoder = { version = "0.219.1", features = ["wasmparser"] }
wasmparser = "0.219.1"
wasm-encoder = { version = "0.220.0", features = ["wasmparser"] }
wasmparser = "0.220.0"
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit 54640f6

Please sign in to comment.