From ad66e456a828b6064ecf76f1495730b67c5d3205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:05:30 +0000 Subject: [PATCH] build(deps): bump wit-parser from 0.220.0 to 0.221.2 Bumps [wit-parser](https://github.com/bytecodealliance/wasm-tools) from 0.220.0 to 0.221.2. - [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 6abe8d9c8..4af30b8e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3287,7 +3287,7 @@ version = "0.0.0" dependencies = [ "codegen-macro", "wit-bindgen-core", - "wit-parser 0.220.0", + "wit-parser 0.221.2", ] [[package]] @@ -5063,7 +5063,7 @@ dependencies = [ name = "wrpc-introspect" version = "0.6.0" dependencies = [ - "wit-parser 0.220.0", + "wit-parser 0.221.2", ] [[package]] @@ -5091,7 +5091,7 @@ dependencies = [ "wasm-tokio", "wasmtime", "wasmtime-wasi", - "wit-parser 0.220.0", + "wit-parser 0.221.2", "wrpc-introspect", "wrpc-transport", ] diff --git a/Cargo.toml b/Cargo.toml index 3478799b0..71a17ba8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,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.221", 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 }