From cf1aa2c0bb966385caddac8a69abb1d681b7d08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 20:27:48 +0000 Subject: [PATCH] Bump wasmparser from 0.252.0 to 0.254.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.252.0 to 0.254.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.254.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 714c2f77..fc89d1d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1795,7 +1795,7 @@ dependencies = [ "tokio", "walrus", "wasm-opt", - "wasmparser 0.252.0", + "wasmparser 0.254.0", "wasmprinter 0.251.0", "wasmtime 46.0.0", "wasmtime-wasi", @@ -1843,7 +1843,7 @@ dependencies = [ "tokio", "walrus", "wasm-opt", - "wasmparser 0.252.0", + "wasmparser 0.254.0", "wasmtime 46.0.0", "wasmtime-wasi", "wasmtime-wizer", @@ -1888,7 +1888,7 @@ dependencies = [ "anyhow", "tempfile", "uuid", - "wasmparser 0.252.0", + "wasmparser 0.254.0", "wasmtime 46.0.0", "wasmtime-wasi", ] @@ -3996,6 +3996,18 @@ name = "wasmparser" version = "0.252.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c" +dependencies = [ + "bitflags", + "hashbrown 0.17.0", + "indexmap", + "semver", +] + +[[package]] +name = "wasmparser" +version = "0.254.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5769a29f799fbab136aaf65b4fe5384cd7d93fe6fc9ba0dcb6c8382a1f16e27" dependencies = [ "bitflags", "hashbrown 0.17.0", diff --git a/Cargo.toml b/Cargo.toml index 7c591bd6..177c39a0 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.26.4" -wasmparser = "0.252.0" +wasmparser = "0.254.0" [profile.release] lto = true