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

@ -5,10 +5,10 @@ edition = "2021"
[dependencies]
deckster_mode = { path = "../../crates/deckster_mode" }
clap = { version = "4.4.18", features = ["derive"] }
color-eyre = "0.6.2"
env_logger = "0.11.1"
log = "0.4.20"
tokio = { version = "1.35.1", features = ["macros", "parking_lot", "rt", "sync", "time"] }
serde = { version = "1.0.196", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }
color-eyre = "0.6.3"
env_logger = "0.11.3"
log = "0.4.21"
tokio = { version = "1.38.0", features = ["macros", "parking_lot", "rt", "sync", "time"] }
serde = { version = "1.0.203", features = ["derive"] }
humantime-serde = "1.1.1"