From 815add151f2a54b2e2d506a80482ad74129e19df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:02:51 +1000 Subject: [PATCH] build(deps): bump zbus from 5.9.0 to 5.11.0 in /rust (#10453) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [zbus](https://github.com/dbus2/zbus) from 5.9.0 to 5.11.0.
Release notes

Sourced from zbus's releases.

🔖 zbus 5.11.0

🔖 zbus 5.10.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zbus&package-manager=cargo&previous-version=5.9.0&new-version=5.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 20 ++++++++++---------- rust/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f0aad492f..20cf955de 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -396,7 +396,7 @@ dependencies = [ "serde_repr", "tokio", "url", - "zbus 5.9.0", + "zbus 5.11.0", ] [[package]] @@ -2434,7 +2434,7 @@ dependencies = [ "windows-implement", "winreg 0.52.0", "wintun", - "zbus 5.9.0", + "zbus 5.11.0", ] [[package]] @@ -4741,7 +4741,7 @@ dependencies = [ "mac-notification-sys", "serde", "tauri-winrt-notification", - "zbus 5.9.0", + "zbus 5.11.0", ] [[package]] @@ -7759,7 +7759,7 @@ dependencies = [ "thiserror 2.0.16", "url", "windows", - "zbus 5.9.0", + "zbus 5.11.0", ] [[package]] @@ -9964,9 +9964,9 @@ dependencies = [ [[package]] name = "zbus" -version = "5.9.0" +version = "5.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad" +checksum = "2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7" dependencies = [ "async-broadcast", "async-executor", @@ -9989,9 +9989,9 @@ dependencies = [ "tokio", "tracing", "uds_windows", - "windows-sys 0.59.0", + "windows-sys 0.60.2", "winnow 0.7.10", - "zbus_macros 5.9.0", + "zbus_macros 5.11.0", "zbus_names 4.2.0", "zvariant 5.5.3", ] @@ -10011,9 +10011,9 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "5.9.0" +version = "5.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef9859f68ee0c4ee2e8cde84737c78e3f4c54f946f2a38645d0d4c7a95327659" +checksum = "57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ae2f08657..69934a770 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -209,7 +209,7 @@ windows-core = "0.61.1" windows-implement = "0.60.0" windows-service = "0.8.0" winreg = "0.52.0" -zbus = "5.9.0" +zbus = "5.11.0" zip = { version = "2", default-features = false } [workspace.lints.clippy]