Skip to content

Commit 6c6afdd

Browse files
chore(deps): bump wasmparser from 0.251.0 to 0.252.0
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.251.0 to 0.252.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.252.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 997e59b commit 6c6afdd

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 4 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,4 +30,4 @@ 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.251.0"
33+
wasmparser = "=0.252.0"

crates/typed-wasm-verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ unstable-l15 = []
3636
# (0.221 -> 0.250 reshaped the import iterator). Keep these locked so the
3737
# next dependabot bump shows up as a visible Cargo.toml diff and forces a
3838
# deliberate port rather than a silent lockfile move.
39-
wasmparser = "=0.251.0"
39+
wasmparser = "=0.252.0"
4040
thiserror = "2"
4141

4242
[dev-dependencies]

0 commit comments

Comments
 (0)