Update dependencies, allow changing the screen brightness dynamically

This commit is contained in:
Moritz Ruth 2024-06-17 13:25:17 +02:00
parent e2f4aac438
commit 95f34add08
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
22 changed files with 1021 additions and 844 deletions

View file

@ -6,12 +6,12 @@ edition = "2021"
[dependencies]
deckster_mode = { path = "../../crates/deckster_mode" }
pa_volume_interface = { path = "../../crates/pa_volume_interface" }
clap = { version = "4.4.18", features = ["derive"] }
color-eyre = "0.6.2"
serde = { version = "1.0.196", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }
color-eyre = "0.6.3"
serde = { version = "1.0.203", features = ["derive"] }
serde_regex = "1.1.0"
regex = "1.10.3"
parse-display = "0.8.2"
env_logger = "0.11.1"
log = "0.4.20"
tokio = { version = "1.35.1", features = ["macros", "parking_lot", "rt-multi-thread", "sync"] }
regex = "1.10.5"
parse-display = "0.9.1"
env_logger = "0.11.3"
log = "0.4.21"
tokio = { version = "1.38.0", features = ["macros", "parking_lot", "rt-multi-thread", "sync"] }