From 0b83dc165fd345375832ed6d2ed450c072adb6b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 18:44:56 +0000 Subject: [PATCH] build(deps): bump wit-bindgen-core from 0.36.0 to 0.45.1 Bumps [wit-bindgen-core](https://github.com/bytecodealliance/wit-bindgen) from 0.36.0 to 0.45.1. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/v0.36.0...v0.45.1) --- updated-dependencies: - dependency-name: wit-bindgen-core dependency-version: 0.45.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 40 +++++++--------------------------------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59855ec9..e0bf25d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3407,7 +3407,7 @@ name = "test-helpers" version = "0.0.0" dependencies = [ "codegen-macro", - "wit-bindgen-core 0.36.0", + "wit-bindgen-core", "wit-parser 0.220.1", ] @@ -4272,17 +4272,6 @@ dependencies = [ "wit-parser 0.243.0", ] -[[package]] -name = "wasmparser" -version = "0.220.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d07b6a3b550fefa1a914b6d54fc175dd11c3392da11eee604e6ffc759805d25" -dependencies = [ - "bitflags 2.10.0", - "indexmap", - "semver", -] - [[package]] name = "wasmparser" version = "0.238.1" @@ -5187,17 +5176,6 @@ version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" -[[package]] -name = "wit-bindgen-core" -version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b632a5a0fa2409489bd49c9e6d99fcc61bb3d4ce9d1907d44662e75a28c71172" -dependencies = [ - "anyhow", - "heck", - "wit-parser 0.220.1", -] - [[package]] name = "wit-bindgen-core" version = "0.45.1" @@ -5221,7 +5199,7 @@ dependencies = [ "prettyplease", "syn", "wasm-metadata 0.238.1", - "wit-bindgen-core 0.45.1", + "wit-bindgen-core", "wit-component 0.238.1", ] @@ -5236,7 +5214,7 @@ dependencies = [ "proc-macro2", "quote", "syn", - "wit-bindgen-core 0.45.1", + "wit-bindgen-core", "wit-bindgen-rust", ] @@ -5264,7 +5242,7 @@ dependencies = [ "clap", "heck", "test-helpers", - "wit-bindgen-core 0.36.0", + "wit-bindgen-core", "wrpc-introspect", ] @@ -5283,7 +5261,7 @@ dependencies = [ "syn", "test-helpers", "tokio", - "wit-bindgen-core 0.36.0", + "wit-bindgen-core", "wit-bindgen-wrpc", "wrpc-introspect", "wrpc-transport", @@ -5298,7 +5276,7 @@ dependencies = [ "proc-macro2", "quote", "syn", - "wit-bindgen-core 0.36.0", + "wit-bindgen-core", "wit-bindgen-wrpc-rust", ] @@ -5351,11 +5329,7 @@ dependencies = [ "indexmap", "log", "semver", - "serde", - "serde_derive", - "serde_json", "unicode-xid", - "wasmparser 0.220.1", ] [[package]] @@ -5436,7 +5410,7 @@ dependencies = [ "wasmtime", "wasmtime-cli-flags", "wasmtime-wasi", - "wit-bindgen-core 0.36.0", + "wit-bindgen-core", "wit-bindgen-wrpc", "wit-bindgen-wrpc-go", "wit-bindgen-wrpc-rust", diff --git a/Cargo.toml b/Cargo.toml index 09e27cb9..f01d4027 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ wasmtime-cli-flags = { version = "41", default-features = false } wasmtime-wasi = { version = "41", default-features = false } wasmtime-wasi-http = { version = "41", default-features = false } wit-bindgen = { version = "0.45", default-features = false } -wit-bindgen-core = { version = "0.36", default-features = false } +wit-bindgen-core = { version = "0.45", default-features = false } wit-bindgen-wrpc = { version = "0.11", default-features = false, path = "./crates/wit-bindgen" } 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" }