chore: update dependencies
This commit is contained in:
parent
c05dad00de
commit
0de9c33822
15 changed files with 313 additions and 359 deletions
|
|
@ -11,6 +11,6 @@ cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols" }
|
|||
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.48.0"
|
||||
tracing = "0.1.41"
|
||||
sctk.workspace = true
|
||||
tokio = "1.49.0"
|
||||
tracing = "0.1.44"
|
||||
|
|
|
|||
|
|
@ -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 = { version = "1.48.0", features = ["sync", "time"] }
|
||||
tracing = "0.1.41"
|
||||
zbus = "5"
|
||||
tokio = { version = "1.49.0", features = ["sync", "time"] }
|
||||
tracing = "0.1.44"
|
||||
zbus = "5.12"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ publish = true
|
|||
[dependencies]
|
||||
futures = "0.3.31"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
log = "0.4.28"
|
||||
rustix = "1.1.2"
|
||||
tokio = "1.48.0"
|
||||
log = "0.4.29"
|
||||
rustix = "1.1.3"
|
||||
tokio = "1.49.0"
|
||||
|
|
|
|||
|
|
@ -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.48.0"
|
||||
tracing = "0.1.41"
|
||||
tokio = "1.49.0"
|
||||
tracing = "0.1.44"
|
||||
zbus = "5.12.0"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
|||
itertools = "0.14.0"
|
||||
secure-string = "0.3.0"
|
||||
thiserror = "2.0.17"
|
||||
tokio = "1.48.0"
|
||||
tracing = "0.1.41"
|
||||
tokio = "1.49.0"
|
||||
tracing = "0.1.44"
|
||||
zbus = { version = "5.12.0", features = ["tokio"] }
|
||||
bitflags = "2.10.0"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ publish = true
|
|||
[dependencies]
|
||||
futures = "0.3.31"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
log = "0.4.28"
|
||||
tokio = "1.48.0"
|
||||
tokio-stream = "0.1.17"
|
||||
log = "0.4.29"
|
||||
tokio = "1.49.0"
|
||||
tokio-stream = "0.1.18"
|
||||
zbus = "5.12.0"
|
||||
|
|
|
|||
|
|
@ -9,12 +9,12 @@ publish = true
|
|||
[dependencies]
|
||||
cosmic-pipewire = { path = "../../crates/cosmic-pipewire" }
|
||||
futures = "0.3.31"
|
||||
intmap = "3.1.2"
|
||||
intmap = "3.1.3"
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false }
|
||||
numtoa = "1.0.0-alpha1"
|
||||
rustix = "1.0.8"
|
||||
tokio = { version = "1.47.1", features = ["process", "rt", "time"] }
|
||||
tracing = { version = "0.1.41", default-features = false }
|
||||
rustix = "1.1.3"
|
||||
tokio = { version = "1.49.0", features = ["process", "rt", "time"] }
|
||||
tracing = { version = "0.1.44", default-features = false }
|
||||
|
||||
[features]
|
||||
# Set profile on first load
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ publish = true
|
|||
[dependencies]
|
||||
futures = "0.3.31"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
log = "0.4.28"
|
||||
tokio = "1.48.0"
|
||||
tokio-stream = "0.1.17"
|
||||
log = "0.4.29"
|
||||
tokio = "1.49.0"
|
||||
tokio-stream = "0.1.18"
|
||||
upower_dbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
zbus = "5.12.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue