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,7 +5,7 @@ edition = "2021"
[dependencies]
deckster_shared = { path = "../deckster_shared" }
thiserror = "1.0.56"
thiserror = "1.0.61"
im = "15.1.0"
serde = { version = "1.0.196", default-features = false }
serde_json = "1.0.113"
serde = { version = "1.0.203", default-features = false }
serde_json = "1.0.117"