From 78922c5eb435035f85efccefa5aa3decc0a7aa31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:28:18 +0000 Subject: [PATCH] chore(deps): update wit-component requirement from 0.252 to 0.253 Updates the requirements on [wit-component](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: wit-component 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..4426942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ wasmparser = { version = "0.252", features = ["component-model"] } wasm-encoder = { version = "0.252", features = ["component-model"] } wasmprinter = "0.252" wat = "1.241" -wit-component = "0.252" +wit-component = "0.253" # ISLE compiler and runtime. # Pinned to 0.132: cranelift-isle 0.133.x raised its MSRV to rustc 1.94.0, which