chore: update dependencies
This commit is contained in:
parent
91e14abe49
commit
6e022755f1
12 changed files with 597 additions and 478 deletions
|
|
@ -8,8 +8,8 @@ publish = true
|
|||
|
||||
[dependencies]
|
||||
cosmic-dbus-a11y = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
futures = "0.3.31"
|
||||
futures = "0.3.32"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
tokio = { version = "1.49.0", features = ["sync", "time"] }
|
||||
tracing = "0.1.44"
|
||||
zbus = "5.12"
|
||||
zbus = "5.13"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ rust-version.workspace = true
|
|||
publish = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.31"
|
||||
futures = "0.3.32"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
log = "0.4.29"
|
||||
rustix = "1.1.3"
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ publish = true
|
|||
|
||||
[dependencies]
|
||||
bluez-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
futures = "0.3.31"
|
||||
futures = "0.3.32"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
tokio = "1.49.0"
|
||||
tracing = "0.1.44"
|
||||
zbus = "5.12.0"
|
||||
zbus = "5.13.2"
|
||||
|
|
|
|||
|
|
@ -10,12 +10,12 @@ publish = true
|
|||
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
secret-service = { version = "5.1.0", features = ["rt-tokio-crypto-rust"] }
|
||||
nm-secret-agent-manager = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
futures = "0.3.31"
|
||||
futures = "0.3.32"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
itertools = "0.14.0"
|
||||
secure-string = "0.3.0"
|
||||
thiserror = "2.0.17"
|
||||
thiserror = "2.0.18"
|
||||
tokio = "1.49.0"
|
||||
tracing = "0.1.44"
|
||||
zbus = { version = "5.12.0", features = ["tokio"] }
|
||||
bitflags = "2.10.0"
|
||||
zbus = { version = "5.13.2", features = ["tokio"] }
|
||||
bitflags = "2.11.0"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,9 @@ rust-version.workspace = true
|
|||
publish = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.31"
|
||||
futures = "0.3.32"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
log = "0.4.29"
|
||||
tokio = "1.49.0"
|
||||
tokio-stream = "0.1.18"
|
||||
zbus = "5.12.0"
|
||||
zbus = "5.13.2"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ publish = true
|
|||
|
||||
[dependencies]
|
||||
cosmic-pipewire = { path = "../../crates/cosmic-pipewire" }
|
||||
futures = "0.3.31"
|
||||
futures = "0.3.32"
|
||||
intmap = "3.1.3"
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false }
|
||||
numtoa = "1.0.0-alpha1"
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@ rust-version.workspace = true
|
|||
publish = true
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.31"
|
||||
futures = "0.3.32"
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
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"
|
||||
zbus = "5.13.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue