chore: update dependencies

Adapts color picker drawers to new designs.
This commit is contained in:
Vukašin Vojinović 2025-11-04 19:24:50 +01:00 committed by Michael Murphy
parent 29b4f9cae5
commit 1698734b28
15 changed files with 514 additions and 567 deletions

View file

@ -7,13 +7,13 @@ license = "MPL-2.0"
publish = true
[dependencies]
async-fn-stream = "0.3.1"
async-fn-stream = "0.3.2"
futures = "0.3.31"
indexmap = "2.11.4"
indexmap = "2.12.0"
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
libpulse-binding = "2.30.1"
log = "0.4.28"
pipewire = "0.8"
rustix = "1.0.8"
tokio = "1.47.1"
rustix = "1.1.2"
tokio = "1.48.0"
tracing = "0.1.41"