Skip to content

Commit

Permalink
Bump wasmparser from 0.220.0 to 0.221.2
Browse files Browse the repository at this point in the history
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.220.0 to 0.221.2.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent ae6309a commit 278fbb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 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.1", path = "../metadata" }
wasmparser = "0.220.0"
wasmparser = "0.221.2"
anyhow = "1.0.94"

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

0 comments on commit 278fbb0

Please sign in to comment.