From e26be688f9c804c7d6e998db158acbbd68e5f756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:15:35 +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 | 17 +++-------------- trampoline/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf6e634..0dade98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2007,7 +2007,7 @@ dependencies = [ "predicates", "uuid", "walrus", - "wasmparser 0.243.0", + "wasmparser 0.244.0", "wasmprinter 0.244.0", "wat", ] @@ -2579,19 +2579,6 @@ dependencies = [ "serde", ] -[[package]] -name = "wasmparser" -version = "0.243.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d" -dependencies = [ - "bitflags", - "hashbrown 0.15.2", - "indexmap 2.8.0", - "semver", - "serde", -] - [[package]] name = "wasmparser" version = "0.244.0" @@ -2599,8 +2586,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" dependencies = [ "bitflags", + "hashbrown 0.15.2", "indexmap 2.8.0", "semver", + "serde", ] [[package]] diff --git a/trampoline/Cargo.toml b/trampoline/Cargo.toml index 8e1285d..44b0c53 100644 --- a/trampoline/Cargo.toml +++ b/trampoline/Cargo.toml @@ -11,7 +11,7 @@ description = "Tool for augmenting Wasm modules to be compatible with the Shopif walrus = "0.24.4" anyhow = "1.0" clap = { version = "4.5.54", features = ["derive"] } -wasmparser = "0.243.0" +wasmparser = "0.244.0" [dev-dependencies] uuid = { version = "1.20.0", features = ["v4"] }