From 50f4e2a04a8de31bb8a95eb9723253397cb3bf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 10:32:59 +0000 Subject: [PATCH] build(deps): bump wasmparser from 0.250.0 to 0.251.0 Bumps [wasmparser](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: wasmparser dependency-version: 0.251.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++++-- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1ec6dd..b9b27cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ "tracing-subscriber", "walkdir", "wasm-encoder 0.250.0", - "wasmparser 0.250.0", + "wasmparser 0.251.0", ] [[package]] @@ -72,7 +72,7 @@ dependencies = [ "tracing", "tracing-subscriber", "url", - "wasmparser 0.250.0", + "wasmparser 0.251.0", "wasmtime", "wasmtime-wasi", "wasmtime-wasi-http", @@ -4063,6 +4063,17 @@ name = "wasmparser" version = "0.250.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071d99cdfb8111603ed05500506c3298a940b58d609dd0259d3981785dd33556" +dependencies = [ + "bitflags", + "indexmap 2.14.0", + "semver", +] + +[[package]] +name = "wasmparser" +version = "0.251.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "437970b35b1a85cfde9c74b2398352d8d653f3bd8e3a3db0c063ea8f5b4b36ff" dependencies = [ "bitflags", "hashbrown 0.17.1", diff --git a/Cargo.toml b/Cargo.toml index ce9677b..1386eaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [workspace.dependencies] act-types = "0.7" -wasmparser = "0.250.0" +wasmparser = "0.251.0" [profile.release] lto = "thin"