From ad4a0fc40e11318f43653e84b96826a1a4677748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 01:28:42 +0000 Subject: [PATCH] build(deps): bump wit-parser from 0.220.1 to 0.243.0 Bumps [wit-parser](https://github.com/bytecodealliance/wasm-tools) from 0.220.1 to 0.243.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wit-parser dependency-version: 0.243.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8737057..93c8f9d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3408,7 +3408,7 @@ version = "0.0.0" dependencies = [ "codegen-macro", "wit-bindgen-core 0.36.0", - "wit-parser 0.220.1", + "wit-parser 0.243.0", ] [[package]] @@ -5505,7 +5505,7 @@ dependencies = [ name = "wrpc-introspect" version = "0.7.0" dependencies = [ - "wit-parser 0.220.1", + "wit-parser 0.243.0", ] [[package]] @@ -5533,7 +5533,7 @@ dependencies = [ "wasm-tokio", "wasmtime", "wasmtime-wasi", - "wit-parser 0.220.1", + "wit-parser 0.243.0", "wrpc-introspect", "wrpc-transport", ] diff --git a/Cargo.toml b/Cargo.toml index 5fa1d676..6691d506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,7 +173,7 @@ wit-bindgen-wrpc-go = { version = "0.12", default-features = false, path = "./cr 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.239", default-features = false } -wit-parser = { version = "0.220", default-features = false } +wit-parser = { version = "0.243", 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" } wrpc-runtime-wasmtime = { version = "0.31", path = "./crates/runtime-wasmtime", default-features = false }