From 2141507ebf315bfdc91e9d5d929305aa7f863886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:22:17 +0000 Subject: [PATCH] Bump wasmparser from 0.248.0 to 0.250.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.248.0 to 0.250.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 196369c1..0d1e2957 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1878,7 +1878,7 @@ dependencies = [ "tokio", "walrus", "wasm-opt", - "wasmparser 0.248.0", + "wasmparser 0.250.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.250.0", "wasmtime 45.0.0", "wasmtime-wasi", "wasmtime-wizer", @@ -1971,7 +1971,7 @@ dependencies = [ "anyhow", "tempfile", "uuid", - "wasmparser 0.248.0", + "wasmparser 0.250.0", "wasmtime 45.0.0", "wasmtime-wasi", ] @@ -4111,8 +4111,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071d99cdfb8111603ed05500506c3298a940b58d609dd0259d3981785dd33556" dependencies = [ "bitflags", + "hashbrown 0.17.0", "indexmap", "semver", + "serde", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2829d570..e675a4ad 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.250.0" [profile.release] lto = true