From 8dbf3e644d0bfa9747fa0d3edfce555d502790d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:46:04 +0000 Subject: [PATCH] chore(deps): update wasm-encoder requirement from 0.254 to 0.255 Updates the requirements on [wasm-encoder](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: wasm-encoder dependency-version: 0.255.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 6fb9445..06685d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.85" [workspace.dependencies] # WebAssembly parsing and encoding wasmparser = { version = "0.255", features = ["component-model"] } -wasm-encoder = { version = "0.254", features = ["component-model"] } +wasm-encoder = { version = "0.255", features = ["component-model"] } wasmprinter = "0.255" wat = "1.241" wit-component = "0.255"