From 68bc58a7c5eb91cac70973f32e40c8d364e2a69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:57:14 +0000 Subject: [PATCH] build(deps): bump wit-parser from 0.220.1 to 0.244.0 Bumps [wit-parser](https://github.com/bytecodealliance/wasm-tools) from 0.220.1 to 0.244.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.244.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 464607e7..572b7402 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3430,7 +3430,7 @@ version = "0.0.0" dependencies = [ "codegen-macro", "wit-bindgen-core 0.36.0", - "wit-parser 0.220.1", + "wit-parser 0.244.0", ] [[package]] @@ -5633,7 +5633,7 @@ dependencies = [ name = "wrpc-introspect" version = "0.7.0" dependencies = [ - "wit-parser 0.220.1", + "wit-parser 0.244.0", ] [[package]] @@ -5661,7 +5661,7 @@ dependencies = [ "wasm-tokio", "wasmtime", "wasmtime-wasi", - "wit-parser 0.220.1", + "wit-parser 0.244.0", "wrpc-introspect", "wrpc-transport", ] diff --git a/Cargo.toml b/Cargo.toml index b2ae54b1..7915663c 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.244", 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 }