From 7344a49b085dc72a3e1ff7e5b60129aed5befd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:34:48 +0000 Subject: [PATCH] Bump wasmparser from 0.248.0 to 0.251.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.248.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.250.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++--- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36ac3d55..49f58039 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1878,7 +1878,7 @@ dependencies = [ "tokio", "walrus", "wasm-opt", - "wasmparser 0.248.0", + "wasmparser 0.251.0", "wasmprinter 0.246.2", "wasmtime 45.0.0", "wasmtime-wasi", @@ -1926,7 +1926,7 @@ dependencies = [ "tokio", "walrus", "wasm-opt", - "wasmparser 0.248.0", + "wasmparser 0.251.0", "wasmtime 45.0.0", "wasmtime-wasi", "wasmtime-wizer", @@ -1971,7 +1971,7 @@ dependencies = [ "anyhow", "tempfile", "uuid", - "wasmparser 0.248.0", + "wasmparser 0.251.0", "wasmtime 45.0.0", "wasmtime-wasi", ] @@ -4111,8 +4111,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "437970b35b1a85cfde9c74b2398352d8d653f3bd8e3a3db0c063ea8f5b4b36ff" dependencies = [ "bitflags", + "hashbrown 0.17.0", "indexmap", "semver", + "serde", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 96387f2d..31dcd918 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ uuid = { version = "1.23", features = ["v4"] } serde = { version = "1.0", default-features = false } serde_json = "1.0" walrus = "0.25.2" -wasmparser = "0.248.0" +wasmparser = "0.251.0" [profile.release] lto = true