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

@ -12,5 +12,5 @@ iced_futures = { git = "https://github.com/pop-os/libcosmic" }
num-derive = "0.4.2"
num-traits = "0.2.19"
sctk = { git = "https://github.com/smithay/client-toolkit/", package = "smithay-client-toolkit" }
tokio = "1.47.1"
tokio = "1.48.0"
tracing = "0.1.41"

View file

@ -10,6 +10,6 @@ publish = true
cosmic-dbus-a11y = { git = "https://github.com/pop-os/dbus-settings-bindings" }
futures = "0.3.31"
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
tokio = "1.47.1"
tokio = "1.48.0"
tracing = "0.1.41"
zbus = "5.11.0"
zbus = "5.12.0"

View file

@ -11,4 +11,4 @@ futures = "0.3.31"
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
log = "0.4.28"
rustix = "1.1.2"
tokio = "1.47.1"
tokio = "1.48.0"

View file

@ -10,6 +10,6 @@ publish = true
bluez-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
futures = "0.3.31"
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
tokio = "1.47.1"
tokio = "1.48.0"
tracing = "0.1.41"
zbus = "5.11.0"
zbus = "5.12.0"

View file

@ -13,6 +13,6 @@ iced_futures = { git = "https://github.com/pop-os/libcosmic" }
itertools = "0.14.0"
secure-string = "0.3.0"
thiserror = "2.0.17"
tokio = "1.47.1"
tokio = "1.48.0"
tracing = "0.1.41"
zbus = "5.11.0"
zbus = "5.12.0"

View file

@ -9,6 +9,6 @@ publish = true
futures = "0.3.31"
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
log = "0.4.28"
tokio = "1.47.1"
tokio = "1.48.0"
tokio-stream = "0.1.17"
zbus = "5.11.0"
zbus = "5.12.0"

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"

View file

@ -10,7 +10,7 @@ publish = true
futures = "0.3.31"
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
log = "0.4.28"
tokio = "1.47.1"
tokio = "1.48.0"
tokio-stream = "0.1.17"
upower_dbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
zbus = "5.11.0"
zbus = "5.12.0"