From d00af64d08a4c13c244b496e9563de013dcc3238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:46:12 +0000 Subject: [PATCH 1/2] Bump wasmprinter from 0.240.0 to 0.242.0 Bumps [wasmprinter](https://github.com/bytecodealliance/wasm-tools) from 0.240.0 to 0.242.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmprinter dependency-version: 0.242.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++++---- crates/codegen/Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ada287bc..a0885af25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1610,7 +1610,7 @@ dependencies = [ "walrus", "wasm-opt", "wasmparser 0.240.0", - "wasmprinter 0.240.0", + "wasmprinter 0.242.0", "wasmtime", "wasmtime-wasi", "wit-parser 0.240.0", @@ -3431,6 +3431,17 @@ dependencies = [ "serde", ] +[[package]] +name = "wasmparser" +version = "0.242.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed3c6e611f4cd748d85c767815823b777dc56afca793fcda27beae4e85028849" +dependencies = [ + "bitflags", + "indexmap 2.12.0", + "semver", +] + [[package]] name = "wasmprinter" version = "0.236.1" @@ -3444,13 +3455,13 @@ dependencies = [ [[package]] name = "wasmprinter" -version = "0.240.0" +version = "0.242.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a84d6e25c198da67d0150ee7c2c62d33d784f0a565d1e670bdf1eeccca8158bc" +checksum = "936a79bf33649f3aa0cd7cdf495e62ac0c718b3630ab53946df6dc2eff73a0d6" dependencies = [ "anyhow", "termcolor", - "wasmparser 0.240.0", + "wasmparser 0.242.0", ] [[package]] diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index df944b858..d111d9fff 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -32,4 +32,4 @@ wasmparser = { workspace = true } [dev-dependencies] insta = "1.43.2" -wasmprinter = "0.240.0" +wasmprinter = "0.242.0" From 098a29be901fcf264f2a46e5960c919d32e510bc Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Tue, 2 Dec 2025 11:06:05 -0500 Subject: [PATCH 2/2] cargo vet --- supply-chain/imports.lock | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 1cc4cc97e..a52e7b9d9 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1867,6 +1867,18 @@ criteria = "safe-to-deploy" delta = "0.239.0 -> 0.240.0" notes = "The Bytecode Alliance is the author of this crate" +[[audits.bytecode-alliance.audits.wasmparser]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.240.0 -> 0.241.2" +notes = "The Bytecode Alliance is the author of this crate" + +[[audits.bytecode-alliance.audits.wasmparser]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.241.2 -> 0.242.0" +notes = "The Bytecode Alliance is the author of this crate" + [[audits.bytecode-alliance.audits.wasmprinter]] who = "Alex Crichton " criteria = "safe-to-deploy" @@ -1891,6 +1903,18 @@ criteria = "safe-to-deploy" delta = "0.239.0 -> 0.240.0" notes = "The Bytecode Alliance is the author of this crate" +[[audits.bytecode-alliance.audits.wasmprinter]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.240.0 -> 0.241.2" +notes = "The Bytecode Alliance is the author of this crate" + +[[audits.bytecode-alliance.audits.wasmprinter]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.241.2 -> 0.242.0" +notes = "The Bytecode Alliance is the author of this crate" + [[audits.bytecode-alliance.audits.wast]] who = "Alex Crichton " criteria = "safe-to-deploy"