updated zbus to 4.3

This commit is contained in:
Joshua Ferguson 2024-06-20 14:12:58 -04:00 committed by Ashley Wulber
parent 153952c1ed
commit ecb53ed8f8
2 changed files with 363 additions and 221 deletions

580
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -38,5 +38,5 @@ tokio-util = "0.7"
tracing = "0.1"
tracing-journald = "0.3"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
zbus = { version = "3", default-features = false, features = ["tokio"] }
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications"}
zbus = { version = "4.3.0", default-features = false, features = ["tokio"] }
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" }