Skip to content

Commit

Permalink
Bump wasm-encoder from 0.220.0 to 0.221.2
Browse files Browse the repository at this point in the history
Bumps [wasm-encoder](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: wasm-encoder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 239080b commit cd54e0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 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/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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"] }
wasm-encoder = { version = "0.221.2", features = ["wasmparser"] }
wasmparser = "0.220.0"
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit cd54e0f

Please sign in to comment.