From 29fd336b9a30063666053e66c292c04a6c0cb71e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:08:09 +0000 Subject: [PATCH] Bump wasmparser from 0.245.1 to 0.246.2 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.245.1 to 0.246.2. - [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.246.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +++- trampoline/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b4dfed..3953ab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1828,7 +1828,7 @@ dependencies = [ "predicates", "uuid", "walrus", - "wasmparser 0.245.1", + "wasmparser 0.246.2", "wasmprinter 0.246.2", "wat", ] @@ -2408,8 +2408,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71cde4757396defafd25417cfb36aa3161027d06d865b0c24baaae229aac005d" dependencies = [ "bitflags", + "hashbrown 0.16.1", "indexmap", "semver", + "serde", ] [[package]] diff --git a/trampoline/Cargo.toml b/trampoline/Cargo.toml index ecbf1f6..8595c84 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.26.0" anyhow = "1.0" clap = { version = "4.6.0", features = ["derive"] } -wasmparser = "0.245.1" +wasmparser = "0.246.2" [dev-dependencies] uuid = { version = "1.23.0", features = ["v4"] }