Update dependencies

This commit is contained in:
2023-09-25 11:34:26 -07:00
parent 9bbf6db11c
commit 3c48ab1c7f
9 changed files with 835 additions and 598 deletions

View File

@ -5,11 +5,11 @@ edition = "2021"
[dependencies]
anyhow = "1"
async-std = { version = "1.11", features = ["attributes"] }
async-std = { version = "1", features = ["attributes"] }
async-xcb = { path = "../async-xcb" }
bscreensaver-command = { path = "../command" }
bscreensaver-util = { path = "../util" }
futures = "0.3"
log = "0.4"
xcb = { version = "1", features = ["dpms"] }
zbus = "2"
zbus = "3"