1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

Merge pull request #437 from JakeStanger/dependabot/cargo/zbus-3.15.0

build(deps): bump zbus from 3.14.1 to 3.15.0
This commit is contained in:
Jake Stanger 2024-02-06 19:55:28 +00:00 committed by GitHub
commit d981265dac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -130,7 +130,7 @@ system-tray = { version = "0.1.5", optional = true }
# upower
upower_dbus = { version = "0.3.2", optional = true }
futures-lite = { version = "2.2.0", optional = true }
zbus = { version = "3.14.1", optional = true }
zbus = { version = "3.15.0", optional = true }
# workspaces
swayipc-async = { version = "2.0.1", optional = true }