From 7adfc25d8da08dbf148316ce6efdc2c275e25f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:35:07 +0000 Subject: [PATCH] chore(deps): update wasmprinter requirement from 0.252 to 0.253 in /fuzz Updates the requirements on [wasmprinter](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. - [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.253.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a13ac9b..b893f19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.85" # WebAssembly parsing and encoding wasmparser = { version = "0.252", features = ["component-model"] } wasm-encoder = { version = "0.253", features = ["component-model"] } -wasmprinter = "0.252" +wasmprinter = "0.253" wat = "1.241" wit-component = "0.252"