From ccddc67e0d1e46e1a36d1ac739b88147342c748b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 21:13:23 +0000 Subject: [PATCH] Bump wit-bindgen from 0.49.0 to 0.50.0 Bumps [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) from 0.49.0 to 0.50.0. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/v0.49.0...v0.50.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.50.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 6016621..56c1336 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,9 +746,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "wit-bindgen" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c64be1abfe5d4fdb2d41581fac134e8c9204da1e604b5500926478b7f264e36f" +checksum = "a3f72f96146c1e2648232350c3c59efe5a17738767f72efdc5e766b9e4a8c896" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -756,9 +756,9 @@ dependencies = [ [[package]] name = "wit-bindgen-core" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "886e8e938e4e9fe54143c080cbb99d7db5d19242b62ef225dbb28e17b3223bd8" +checksum = "6ee98d5747ec63897e51101c8cafad569cc639346332c0378772ef4baeea8ed2" dependencies = [ "anyhow", "heck", @@ -767,9 +767,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145cac8fb12d99aea13a3f9e0d07463fa030edeebab2c03805eda0e1cc229bba" +checksum = "8596d6a44bcc2b66e99213c342a85ff72be1109972f5353bb07d05a890a0c257" dependencies = [ "anyhow", "heck", @@ -783,9 +783,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" -version = "0.49.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6042452ac4e58891cdb6321bb98aabb9827dbaf6f4e971734d8dd86813319aea" +checksum = "098fd8b2c4bab0052159a87d02acad740a9c809afe9dcf5bd0b92eb3f63da154" dependencies = [ "anyhow", "prettyplease", diff --git a/Cargo.toml b/Cargo.toml index a0e09c7..502e5a3 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.49.0" +wit-bindgen = "0.50.0"