Skip to content

Commit 4091365

Browse files
chore(deps): bump wasm-encoder from 0.252.0 to 0.253.0
Bumps [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) from 0.252.0 to 0.253.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-version: 0.253.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8504f1e commit 4091365

3 files changed

Lines changed: 26 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/typed-wasm-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "src/bin/tw.rs"
1919
# Pinned to match typed-wasm-verify's wasmparser line exactly; the wasm
2020
# tooling 0.x series ships API breaks on minor bumps, so keep producer
2121
# and verifier on the same locked version.
22-
wasm-encoder = "=0.252.0"
22+
wasm-encoder = "=0.253.0"
2323
# WAT (text wasm) rendering for `tw build --emit wat` (Phase 1 deliverable 4, #125).
2424
wasmprinter = "=0.252.0"
2525
# The producer reuses the verifier's own carrier encoders so the emitted

crates/typed-wasm-verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ wasmparser = "=0.252.0"
5050
thiserror = "2"
5151

5252
[dev-dependencies]
53-
wasm-encoder = "=0.252.0"
53+
wasm-encoder = "=0.253.0"

0 commit comments

Comments
 (0)