From a21013d4636ba764ac69976e5870e6e11fe2f13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 04:26:42 +0000 Subject: [PATCH] chore(deps): bump zbus from 5.1.1 to 5.2.0 Bumps [zbus](https://github.com/dbus2/zbus) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](https://github.com/dbus2/zbus/compare/zbus-5.1.1...zbus-5.2.0) --- updated-dependencies: - dependency-name: zbus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cb635e..9240db6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2078,7 +2078,7 @@ dependencies = [ "glob", "serde", "url", - "zbus 5.1.1", + "zbus 5.2.0", ] [[package]] @@ -2412,7 +2412,7 @@ dependencies = [ "tracing-subscriber", "url", "xdg", - "zbus 5.1.1", + "zbus 5.2.0", ] [[package]] @@ -5386,9 +5386,9 @@ dependencies = [ [[package]] name = "zbus" -version = "5.1.1" +version = "5.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1162094dc63b1629fcc44150bcceeaa80798cd28bcbe7fa987b65a034c258608" +checksum = "fb67eadba43784b6fb14857eba0d8fc518686d3ee537066eb6086dc318e2c8a1" dependencies = [ "async-broadcast", "async-recursion", @@ -5409,7 +5409,7 @@ dependencies = [ "windows-sys 0.59.0", "winnow", "xdg-home", - "zbus_macros 5.1.1", + "zbus_macros 5.2.0", "zbus_names 4.1.0", "zvariant 5.1.0", ] @@ -5429,9 +5429,9 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "5.1.1" +version = "5.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cd2dcdce3e2727f7d74b7e33b5a89539b3cc31049562137faf7ae4eb86cd16d" +checksum = "2c9d49ebc960ceb660f2abe40a5904da975de6986f2af0d7884b39eec6528c57" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 091a66c..fc4882b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ iced_zbus_notification = { version = "0.4.2", path = "iced_zbus_notification" } futures = "0.3.31" serde = { version = "1.0.215", features = ["derive"] } url = "2.5.4" -zbus = { version = "5.1.1", default-features = false, features = ["tokio"] } +zbus = { version = "5.2.0", default-features = false, features = ["tokio"] } futures-util = "0.3.31" async-trait = "0.1.83"