build(deps): bump zbus in the rust-dependencies group across 1 directory

Bumps the rust-dependencies group with 1 update in the / directory: [zbus](https://github.com/dbus2/zbus).


Updates `zbus` from 5.3.1 to 5.5.0
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](https://github.com/dbus2/zbus/compare/zbus-5.3.1...zbus-5.5.0)

---
updated-dependencies:
- dependency-name: zbus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-10 09:10:23 +00:00
committed by Ivan Molodetskikh
parent 3a481b5250
commit b9e67f6565
2 changed files with 20 additions and 11 deletions
Generated
+19 -10
View File
@@ -3733,7 +3733,7 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
"winnow 0.6.24",
]
[[package]]
@@ -4565,6 +4565,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f"
dependencies = [
"memchr",
]
[[package]]
name = "write16"
version = "1.0.0"
@@ -4717,9 +4726,9 @@ dependencies = [
[[package]]
name = "zbus"
version = "5.3.1"
version = "5.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2494e4b3f44d8363eef79a8a75fc0649efb710eef65a66b5e688a5eb4afe678a"
checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236"
dependencies = [
"async-broadcast",
"async-executor",
@@ -4734,7 +4743,7 @@ dependencies = [
"enumflags2",
"event-listener",
"futures-core",
"futures-util",
"futures-lite",
"hex",
"nix",
"ordered-stream",
@@ -4744,7 +4753,7 @@ dependencies = [
"tracing",
"uds_windows",
"windows-sys 0.59.0",
"winnow",
"winnow 0.7.1",
"xdg-home",
"zbus_macros",
"zbus_names",
@@ -4753,9 +4762,9 @@ dependencies = [
[[package]]
name = "zbus_macros"
version = "5.3.1"
version = "5.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445efc01929302aee95e2b25bbb62a301ea8a6369466e4278e58e7d1dfb23631"
checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0"
dependencies = [
"proc-macro-crate",
"proc-macro2",
@@ -4774,7 +4783,7 @@ checksum = "519629a3f80976d89c575895b05677cbc45eaf9f70d62a364d819ba646409cc8"
dependencies = [
"serde",
"static_assertions",
"winnow",
"winnow 0.6.24",
"zvariant",
]
@@ -4852,7 +4861,7 @@ dependencies = [
"enumflags2",
"serde",
"static_assertions",
"winnow",
"winnow 0.6.24",
"zvariant_derive",
"zvariant_utils",
]
@@ -4881,5 +4890,5 @@ dependencies = [
"serde",
"static_assertions",
"syn 2.0.96",
"winnow",
"winnow 0.6.24",
]
+1 -1
View File
@@ -90,7 +90,7 @@ url = { version = "2.5.4", optional = true }
wayland-backend = "0.3.8"
wayland-scanner = "0.31.6"
xcursor = "0.3.8"
zbus = { version = "5.3.1", optional = true }
zbus = { version = "5.5.0", optional = true }
[dependencies.smithay]
workspace = true