From bc35ffa1c1a9f16b460bdfeb865a5b2c8ea7bb20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:24:47 +0000 Subject: [PATCH] Bump wit-bindgen from 0.55.0 to 0.56.0 Bumps [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) from 0.55.0 to 0.56.0. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/v0.55.0...v0.56.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 829e130..063d1e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,9 +762,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "wit-bindgen" -version = "0.55.0" +version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6870386de1813a61406d88749d5897484e2f6fe90a39408a6a94e160d8c72378" +checksum = "7607d30e7e5e8fd5a0695f7cb8b2128829e0bf9dca7a1fe8c4d6ed3ca1058fce" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -772,9 +772,9 @@ dependencies = [ [[package]] name = "wit-bindgen-core" -version = "0.55.0" +version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4779c97d3b9dda56600c3404355d404f8c6567fae0c4d8dfeb92f6e9b2c4c8c3" +checksum = "fda3a4ce47c08d27f575d451a60102bab5251776abd0a7a323d1f038eb6339ab" dependencies = [ "anyhow", "heck", @@ -783,9 +783,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" -version = "0.55.0" +version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a89a98e0efe034f47f5cf86fa8aeb5d6d7175bade32bbba476aeba29541fed9" +checksum = "920a1c8c0f89397431db4900a7bf7c511b78e1b7068289fe812dc76e993f1491" dependencies = [ "anyhow", "heck", @@ -799,9 +799,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" -version = "0.55.0" +version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b81978b3d68d12116ae8e5ef3d2125c4cb619ea30002ed20cb7549383f6fca9" +checksum = "857a143d2373abfcd31ad946393efe775ed8c90a2a365ce73c61bf38f36a1000" dependencies = [ "anyhow", "macro-string", diff --git a/Cargo.toml b/Cargo.toml index 051dedc..f107f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ exclude = [ [workspace.dependencies] chrono = { git = "https://github.com/chronotope/chrono.git", branch = "0.5.x" } serde_json = "1.0" -wit-bindgen = "0.55.0" +wit-bindgen = "0.56.0"