1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

Merge pull request #821 from JakeStanger/dependabot/cargo/system-tray-0.5.0

build(deps): bump system-tray from 0.4.0 to 0.5.0
This commit is contained in:
Jake Stanger 2024-12-24 12:53:39 +00:00 committed by GitHub
commit 353ee92d48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -148,7 +148,7 @@ futures-signals = { version = "0.3.34", optional = true }
sysinfo = { version = "0.29.11", optional = true }
# tray
system-tray = { version = "0.4.0", features = ["dbusmenu-gtk3"], optional = true }
system-tray = { version = "0.5.0", features = ["dbusmenu-gtk3"], optional = true }
# upower
upower_dbus = { version = "0.3.2", optional = true }