Skip to content

Commit 0bb0cf6

Browse files
chore(deps): bump wasmparser from 0.252.0 to 0.253.0
Bumps [wasmparser](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: wasmparser 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 0bb0cf6

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 2 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
@@ -30,7 +30,7 @@ typed-wasm-verify = { path = "../typed-wasm-verify", features = ["unstable-l2",
3030
[dev-dependencies]
3131
# Round-trip test validates the emitted module is well-formed wasm before
3232
# handing it to the verifier.
33-
wasmparser = "=0.252.0"
33+
wasmparser = "=0.253.0"
3434
# In-process wasm engine for the Tier-1 differential execution gate
3535
# (tests/execute_lowering.rs): proves lowered store/load bodies COMPUTE the
3636
# right memory semantics at runtime, not just that they validate. Pure-Rust so

crates/typed-wasm-verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ unstable-l13-imports = ["unstable-l2"]
4646
# (0.221 -> 0.250 reshaped the import iterator). Keep these locked so the
4747
# next dependabot bump shows up as a visible Cargo.toml diff and forces a
4848
# deliberate port rather than a silent lockfile move.
49-
wasmparser = "=0.252.0"
49+
wasmparser = "=0.253.0"
5050
thiserror = "2"
5151

5252
[dev-dependencies]

0 commit comments

Comments
 (0)