From 290c6fcf793c0a2e335d66d7038ebcf7c6adb4b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:44:05 +0000 Subject: [PATCH] Bump the wasm-tools group across 1 directory with 3 updates Bumps the wasm-tools group with 3 updates in the / directory: [wasm-compose](https://github.com/bytecodealliance/wasm-tools), [wasm-metadata](https://github.com/bytecodealliance/wasm-tools) and [wit-component](https://github.com/bytecodealliance/wasm-tools). Updates `wasm-compose` from 0.252.0 to 0.257.1 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wasm-metadata` from 0.252.0 to 0.253.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wit-component` from 0.252.0 to 0.253.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasm-compose dependency-version: 0.253.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm-tools - dependency-name: wasm-metadata dependency-version: 0.253.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm-tools - dependency-name: wit-component dependency-version: 0.253.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm-tools ... Signed-off-by: dependabot[bot] --- Cargo.lock | 73 +++++++++++++++++++++--------------------------------- 1 file changed, 28 insertions(+), 45 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09c197d..ec2d064 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1466,7 +1466,7 @@ dependencies = [ "wasm-compose 0.252.0", "wasm-metadata 0.252.0", "wasmtime", - "wit-component 0.252.0", + "wit-component", ] [[package]] @@ -1840,6 +1840,16 @@ dependencies = [ "wasmparser 0.253.0", ] +[[package]] +name = "wasm-encoder" +version = "0.257.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d8ad9f0a39050867bda22e6486c316e2e52d20a42154d5bc433934bf738d085" +dependencies = [ + "leb128fmt", + "wasmparser 0.257.1", +] + [[package]] name = "wasm-metadata" version = "0.252.0" @@ -1921,6 +1931,17 @@ dependencies = [ "semver", ] +[[package]] +name = "wasmparser" +version = "0.257.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d92fc335fb6d48f46bda1d8b26b69e28320c15ac3272208333833d6e217e2b4a" +dependencies = [ + "bitflags", + "indexmap", + "semver", +] + [[package]] name = "wasmprinter" version = "0.251.0" @@ -2174,22 +2195,22 @@ dependencies = [ [[package]] name = "wast" -version = "253.0.0" +version = "257.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3264542f8965c5d84fb1085d924bfba9a6314bb228eff13a2de14d7627664d0" +checksum = "3c416ee8044cf88c5280e3d87c322b009525eb25142cf7428f0a90ea88febc3b" dependencies = [ "bumpalo", "leb128fmt", "memchr", "unicode-width", - "wasm-encoder 0.253.0", + "wasm-encoder 0.257.1", ] [[package]] name = "wat" -version = "1.253.0" +version = "1.257.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bfc5ce906144200c972ec617470aa35bd847472e170b26dde3e80541c674055" +checksum = "672e5495f00c5fc6c6b502205bae4708aa4dd13d969754438743afe0a8af0f1d" dependencies = [ "wast", ] @@ -2286,7 +2307,7 @@ dependencies = [ "syn", "wasm-metadata 0.253.0", "wit-bindgen-core", - "wit-component 0.253.0", + "wit-component", ] [[package]] @@ -2305,25 +2326,6 @@ dependencies = [ "wit-bindgen-rust", ] -[[package]] -name = "wit-component" -version = "0.252.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76db0662b590f45d33d0e363fa13539a5a1eecd35d5a12fe208c335461c1053d" -dependencies = [ - "anyhow", - "bitflags", - "indexmap", - "log", - "serde", - "serde_derive", - "serde_json", - "wasm-encoder 0.252.0", - "wasm-metadata 0.252.0", - "wasmparser 0.252.0", - "wit-parser 0.252.0", -] - [[package]] name = "wit-component" version = "0.253.0" @@ -2362,25 +2364,6 @@ dependencies = [ "wasmparser 0.251.0", ] -[[package]] -name = "wit-parser" -version = "0.252.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4266bea110371c620ccf3201c5023676046bc4556e5c7cfb5d500bda5ebc162d" -dependencies = [ - "anyhow", - "hashbrown 0.17.1", - "id-arena", - "indexmap", - "log", - "semver", - "serde", - "serde_derive", - "serde_json", - "unicode-ident", - "wasmparser 0.252.0", -] - [[package]] name = "wit-parser" version = "0.253.0"