Skip to content

Commit

Permalink
Bump wasm-encoder from 0.207.0 to 0.216.0
Browse files Browse the repository at this point in the history
Bumps [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) from 0.207.0 to 0.216.0.
- [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 Aug 23, 2024
1 parent 7810bda commit 184186e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
25 changes: 22 additions & 3 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 @@ -28,7 +28,7 @@ rustc_version = "0.4.0"
scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
toml = "0.8.13"
tracing = "0.1.40"
wasm-encoder = { version = "0.207.0", features = ["wasmparser"] }
wasm-encoder = { version = "0.216.0", features = ["wasmparser"] }
wasmparser = "0.207.0"
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit 184186e

Please sign in to comment.