From 9d288778fd8d1ad9622dfe19a816b485f6244d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 02:32:55 +0000 Subject: [PATCH] chore(deps): bump wasm-encoder from 0.250.0 to 0.251.0 Bumps [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) from 0.250.0 to 0.251.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.251.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++++---- crates/typed-wasm-verify/Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b50607..4bc4ed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ version = "0.1.0" dependencies = [ "thiserror", "wasm-encoder", - "wasmparser", + "wasmparser 0.250.0", ] [[package]] @@ -150,12 +150,12 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "wasm-encoder" -version = "0.250.0" +version = "0.251.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2271adb766023046af314460f1fae02cc34ea16d736d93404d3b65be44270923" +checksum = "5a879a421bd17c528b74721b2abf4c62e8f1d1889c2ba8c3c50d02deaf2ce395" dependencies = [ "leb128fmt", - "wasmparser", + "wasmparser 0.251.0", ] [[package]] @@ -170,3 +170,14 @@ dependencies = [ "semver", "serde", ] + +[[package]] +name = "wasmparser" +version = "0.251.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "437970b35b1a85cfde9c74b2398352d8d653f3bd8e3a3db0c063ea8f5b4b36ff" +dependencies = [ + "bitflags", + "indexmap", + "semver", +] diff --git a/crates/typed-wasm-verify/Cargo.toml b/crates/typed-wasm-verify/Cargo.toml index 7f4626f..cc1d998 100644 --- a/crates/typed-wasm-verify/Cargo.toml +++ b/crates/typed-wasm-verify/Cargo.toml @@ -27,4 +27,4 @@ wasmparser = "=0.250.0" thiserror = "2" [dev-dependencies] -wasm-encoder = "=0.250.0" +wasm-encoder = "=0.251.0"