chore: update dependencies

Includes the `calloop` timer buildup fix.
This commit is contained in:
Vukašin Vojinović 2026-02-17 14:28:04 +01:00 committed by Victoria Brekenfeld
parent fa3ffd18da
commit 8768e46577
6 changed files with 953 additions and 774 deletions

View file

@ -9,8 +9,8 @@ cosmic-randr-shell = { git = "https://github.com/pop-os/cosmic-randr/", optional
input = "0.9.1"
libdisplay-info = { version = "0.3.0", optional = true }
serde = { version = "1", features = ["derive"] }
ron = { version = "0.11", optional = true }
tracing = { version = "0.1.41", features = [
ron = { version = "0.12", optional = true }
tracing = { version = "0.1.44", features = [
"max_level_debug",
"release_max_level_info",
], optional = true }