From 1de71bc421c9f9e2e8e1b9bad021c66355e9aee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 00:56:34 +0000 Subject: [PATCH] build(deps): bump the wasm group with 3 updates Bumps the wasm group with 3 updates: [wasmparser](https://github.com/bytecodealliance/wasm-tools), [wit-component](https://github.com/bytecodealliance/wasm-tools) and [wasm-wave](https://github.com/bytecodealliance/wasm-tools). Updates `wasmparser` from 0.250.0 to 0.251.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wit-component` from 0.250.0 to 0.251.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wasm-wave` from 0.250.0 to 0.251.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmparser dependency-version: 0.251.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm - dependency-name: wit-component dependency-version: 0.251.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm - dependency-name: wasm-wave dependency-version: 0.251.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm ... Signed-off-by: dependabot[bot] --- Cargo.lock | 58 +++++++++++++++++++++++++++++------------- Cargo.toml | 4 +-- crates/wave/Cargo.toml | 2 +- 3 files changed, 43 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f332f91..af9fe5cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4061,6 +4061,16 @@ dependencies = [ "wasmparser 0.250.0", ] +[[package]] +name = "wasm-encoder" +version = "0.251.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a879a421bd17c528b74721b2abf4c62e8f1d1889c2ba8c3c50d02deaf2ce395" +dependencies = [ + "leb128fmt", + "wasmparser 0.251.0", +] + [[package]] name = "wasm-metadata" version = "0.238.1" @@ -4087,14 +4097,14 @@ dependencies = [ [[package]] name = "wasm-metadata" -version = "0.250.0" +version = "0.251.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14d2fe7edf8b5c8870da3f6796f8ebe1898af1276f18490c861fcb1a11436556" +checksum = "5f998ccc6e012f7b86865eb2a106c8a0422017a1a88977ce01a69f2244be2e57" dependencies = [ "anyhow", "indexmap", - "wasm-encoder 0.250.0", - "wasmparser 0.250.0", + "wasm-encoder 0.251.0", + "wasmparser 0.251.0", ] [[package]] @@ -4112,13 +4122,14 @@ dependencies = [ [[package]] name = "wasm-wave" -version = "0.250.0" +version = "0.251.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e17cd128d1e4543bd11a9abf6ccab1eedf01d5c931785ec16dbaa297044670e" +checksum = "49a25d67bb8d8b9913f2fad9f31b2354b43f4cf23bbd6913e21734ed5170e9a9" dependencies = [ + "anyhow", "logos", "thiserror 2.0.18", - "wit-parser 0.250.0", + "wit-parser 0.251.0", ] [[package]] @@ -4174,6 +4185,17 @@ name = "wasmparser" version = "0.250.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071d99cdfb8111603ed05500506c3298a940b58d609dd0259d3981785dd33556" +dependencies = [ + "bitflags", + "indexmap", + "semver", +] + +[[package]] +name = "wasmparser" +version = "0.251.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "437970b35b1a85cfde9c74b2398352d8d653f3bd8e3a3db0c063ea8f5b4b36ff" dependencies = [ "bitflags", "hashbrown 0.17.1", @@ -5177,9 +5199,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.250.0" +version = "0.251.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d35e69355f29f746a5b5ed3a81b78a69597d13e24798b89f35f3e2691e59e779" +checksum = "83a5e60173c413659c689f0581b0cf5d1a2404077568f9ffdce748a9eb2fc913" dependencies = [ "anyhow", "bitflags", @@ -5188,10 +5210,10 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "wasm-encoder 0.250.0", - "wasm-metadata 0.250.0", - "wasmparser 0.250.0", - "wit-parser 0.250.0", + "wasm-encoder 0.251.0", + "wasm-metadata 0.251.0", + "wasmparser 0.251.0", + "wit-parser 0.251.0", ] [[package]] @@ -5269,9 +5291,9 @@ dependencies = [ [[package]] name = "wit-parser" -version = "0.250.0" +version = "0.251.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7be74761ad42af22e13d82d89804369aa7298d4d67ae1523aa694f2b30e6b7a" +checksum = "e960732e824fab95099971a09e638979347c94ca48568d3c854c945729196947" dependencies = [ "anyhow", "hashbrown 0.17.1", @@ -5283,7 +5305,7 @@ dependencies = [ "serde_derive", "serde_json", "unicode-xid", - "wasmparser 0.250.0", + "wasmparser 0.251.0", ] [[package]] @@ -5502,12 +5524,12 @@ dependencies = [ "tracing", "url", "wasi-preview1-component-adapter-provider", - "wasmparser 0.250.0", + "wasmparser 0.251.0", "wasmtime", "wasmtime-cli-flags", "wasmtime-wasi", "wasmtime-wasi-http", - "wit-component 0.250.0", + "wit-component 0.251.0", "wrpc-cli", "wrpc-runtime-wasmtime", "wrpc-transport", diff --git a/Cargo.toml b/Cargo.toml index 67a1f172..3ed5e82d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -160,7 +160,7 @@ uuid = { version = "1", default-features = false } wasi = { version = "0.14", default-features = false } wasi-preview1-component-adapter-provider = { version = "45", default-features = false } wasm-tokio = { version = "0.6", default-features = false } -wasmparser = { version = "0.250", default-features = false } +wasmparser = { version = "0.251", default-features = false } wasmtime = { version = "45", default-features = false } wasmtime-cli-flags = { version = "45", default-features = false } wasmtime-wasi = { version = "45", default-features = false } @@ -171,7 +171,7 @@ wit-bindgen-wrpc = { version = "0.11", default-features = false, path = "./crate wit-bindgen-wrpc-go = { version = "0.12", default-features = false, path = "./crates/wit-bindgen-go" } wit-bindgen-wrpc-rust = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-rust" } wit-bindgen-wrpc-rust-macro = { version = "0.11", default-features = false, path = "./crates/wit-bindgen-rust-macro" } -wit-component = { version = "0.250", default-features = false } +wit-component = { version = "0.251", default-features = false } wit-parser = { version = "0.220", default-features = false } wrpc-cli = { version = "0.7", path = "./crates/cli", default-features = false } wrpc-introspect = { version = "0.7", default-features = false, path = "./crates/introspect" } diff --git a/crates/wave/Cargo.toml b/crates/wave/Cargo.toml index 6e9082cf..4a8cd11c 100644 --- a/crates/wave/Cargo.toml +++ b/crates/wave/Cargo.toml @@ -23,7 +23,7 @@ tokio = { workspace = true, features = ["io-util"] } tokio-util = { workspace = true, features = ["codec"] } tracing = { workspace = true, features = ["attributes"] } wasm-tokio = { workspace = true } -wasm-wave = "0.250" +wasm-wave = "0.251" wrpc-pack = { path = "../pack", optional = true } wrpc-transport = { workspace = true }