1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-09 14:01:03 +02:00

Merge pull request #217 from JakeStanger/dependabot/cargo/zbus-3.14.1

build(deps): bump zbus from 3.13.1 to 3.14.1
This commit is contained in:
Jake Stanger 2023-07-03 16:04:01 +01:00 committed by GitHub
commit f1231384c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View file

@ -125,7 +125,7 @@ stray = { version = "0.1.3", optional = true }
# upower
upower_dbus = { version = "0.3.2", optional = true }
futures-lite = { version = "1.12.0", optional = true }
zbus = { version = "3.13.1", optional = true }
zbus = { version = "3.14.1", optional = true }
# workspaces
swayipc-async = { version = "2.0.1", optional = true }