From 72e99634f5774f5df784f8b609df317d6a91b20a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:25:57 +0000 Subject: [PATCH] Bump wasmparser from 0.243.0 to 0.244.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.243.0 to 0.244.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.244.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 92227244..b014bb95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1638,7 +1638,7 @@ dependencies = [ "tokio", "walrus", "wasm-opt", - "wasmparser 0.243.0", + "wasmparser 0.244.0", "wasmprinter 0.243.0", "wasmtime", "wasmtime-wasi", @@ -1685,7 +1685,7 @@ dependencies = [ "tokio", "walrus", "wasm-opt", - "wasmparser 0.243.0", + "wasmparser 0.244.0", "wasmtime", "wasmtime-wasi", "wasmtime-wizer", @@ -1698,7 +1698,7 @@ dependencies = [ "anyhow", "tempfile", "uuid", - "wasmparser 0.243.0", + "wasmparser 0.244.0", "wasmtime", "wasmtime-wasi", ] @@ -3500,6 +3500,18 @@ name = "wasmparser" version = "0.243.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d" +dependencies = [ + "bitflags", + "hashbrown 0.15.5", + "indexmap 2.12.0", + "semver", +] + +[[package]] +name = "wasmparser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" dependencies = [ "bitflags", "hashbrown 0.15.5", diff --git a/Cargo.toml b/Cargo.toml index 9372e7ac..9bfc358a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ uuid = { version = "1.19", features = ["v4"] } serde = { version = "1.0", default-features = false } serde_json = "1.0" walrus = "0.24.3" -wasmparser = "0.243.0" +wasmparser = "0.244.0" [profile.release] lto = true