From 638c6d2081729f87bff975d0c4a3c7d89cdb6581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 18:19:43 +0000 Subject: [PATCH] build(deps): bump wit-parser from 0.220.1 to 0.224.1 Bumps [wit-parser](https://github.com/bytecodealliance/wasm-tools) from 0.220.1 to 0.224.1. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wit-parser 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 83f3a1854..2e704521f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3381,7 +3381,7 @@ version = "0.0.0" dependencies = [ "codegen-macro", "wit-bindgen-core", - "wit-parser 0.220.1", + "wit-parser 0.226.0", ] [[package]] @@ -5202,7 +5202,7 @@ dependencies = [ name = "wrpc-introspect" version = "0.6.0" dependencies = [ - "wit-parser 0.220.1", + "wit-parser 0.226.0", ] [[package]] @@ -5230,7 +5230,7 @@ dependencies = [ "wasm-tokio", "wasmtime", "wasmtime-wasi", - "wit-parser 0.220.1", + "wit-parser 0.226.0", "wrpc-introspect", "wrpc-transport", ] diff --git a/Cargo.toml b/Cargo.toml index 697b213ff..76e189d3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ wit-bindgen-wrpc-go = { version = "0.11", default-features = false, path = "./cr wit-bindgen-wrpc-rust = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-rust" } wit-bindgen-wrpc-rust-macro = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-rust-macro" } wit-component = { version = "0.221", default-features = false } -wit-parser = { version = "0.220", default-features = false } +wit-parser = { version = "0.226", default-features = false } wrpc-cli = { version = "0.5", path = "./crates/cli", default-features = false } wrpc-introspect = { version = "0.6", default-features = false, path = "./crates/introspect" } wrpc-runtime-wasmtime = { version = "0.26", path = "./crates/runtime-wasmtime", default-features = false }