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

build(deps): bump system-tray from 0.5.0 to 0.6.0

Bumps [system-tray](https://github.com/jakestanger/system-tray) from 0.5.0 to 0.6.0.
- [Commits](https://github.com/jakestanger/system-tray/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: system-tray
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-06 14:28:09 +00:00 committed by GitHub
parent 998e5cecc0
commit 5efe423a29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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