From 24cf312f7ed1818a6d8deb291b0b6cd38faefc38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:56:01 +0000 Subject: [PATCH] Bump wit-component from 0.255.0 to 0.258.0 Bumps [wit-component](https://github.com/bytecodealliance/wasm-tools) from 0.255.0 to 0.258.0. - [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.258.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 35 ++--------------------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5688ce6..9b64797 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ dependencies = [ "wasmparser 0.255.0", "wat", "wit-bindgen", - "wit-component 0.255.0", + "wit-component", "wit-parser 0.255.0", ] @@ -633,18 +633,6 @@ dependencies = [ "wasmparser 0.247.0", ] -[[package]] -name = "wasm-metadata" -version = "0.255.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d3b0da506f1b8514517972fbc47057b21273cb619290f51ea31403c157f896c" -dependencies = [ - "anyhow", - "indexmap", - "wasm-encoder 0.255.0", - "wasmparser 0.255.0", -] - [[package]] name = "wasm-metadata" version = "0.258.0" @@ -751,7 +739,7 @@ dependencies = [ "syn 2.0.119", "wasm-metadata 0.258.0", "wit-bindgen-core", - "wit-component 0.258.0", + "wit-component", ] [[package]] @@ -770,25 +758,6 @@ dependencies = [ "wit-bindgen-rust", ] -[[package]] -name = "wit-component" -version = "0.255.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0c8948006f57458ae3b2103f2e0e33847a6cdf4f5c763bbe7540fa89f3039f1" -dependencies = [ - "anyhow", - "bitflags", - "indexmap", - "log", - "serde", - "serde_derive", - "serde_json", - "wasm-encoder 0.255.0", - "wasm-metadata 0.255.0", - "wasmparser 0.255.0", - "wit-parser 0.255.0", -] - [[package]] name = "wit-component" version = "0.258.0" diff --git a/Cargo.toml b/Cargo.toml index 0b79755..620671c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ anyhow = "1" wasmparser = "0.255.0" wat = "1.251.0" wit-bindgen = "0.61.0" -wit-component = "0.255.0" +wit-component = "0.258.0" wit-parser = "0.255.0"