From a9540a610468d6b84135ce4af7a19caf13159595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:26:36 +0000 Subject: [PATCH] chore(deps): update wasm-encoder requirement from 0.252 to 0.253 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.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 9a42b40..a13ac9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.85" [workspace.dependencies] # WebAssembly parsing and encoding wasmparser = { version = "0.252", features = ["component-model"] } -wasm-encoder = { version = "0.252", features = ["component-model"] } +wasm-encoder = { version = "0.253", features = ["component-model"] } wasmprinter = "0.252" wat = "1.241" wit-component = "0.252"