chore: update zbus to 4.2.1
This commit is contained in:
parent
a3acf585d9
commit
2a1e77e625
3 changed files with 297 additions and 263 deletions
544
Cargo.lock
generated
544
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
members = [ "cosmic-settings", "page", "pages/*"]
|
||||
members = ["cosmic-settings", "page", "pages/*"]
|
||||
default-members = ["cosmic-settings"]
|
||||
resolver = "2"
|
||||
rust-version = "1.71.0"
|
||||
|
|
@ -41,13 +41,13 @@ opt-level = 3
|
|||
smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "3bed072" }
|
||||
|
||||
[patch.'https://github.com/pop-os/cosmic-protocols']
|
||||
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "1316f9e"}
|
||||
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "1316f9e" }
|
||||
|
||||
# For development and testing purposes
|
||||
# [patch.'https://github.com/pop-os/libcosmic']
|
||||
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
||||
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
||||
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }
|
||||
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "zbus-4" }
|
||||
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "zbus-4" }
|
||||
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "zbus-4" }
|
||||
# libcosmic = { path = "../libcosmic" }
|
||||
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ rust-version = "1.65.0"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
ashpd = { version = "0.7", default-features = false }
|
||||
ashpd = { version = "0.8", default-features = false }
|
||||
async-channel = "2.1.1"
|
||||
chrono = "0.4.37"
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
|
|
@ -29,7 +29,7 @@ freedesktop-desktop-entry = "0.5.0"
|
|||
futures = { package = "futures-lite", version = "2.2.0" }
|
||||
generator = "=0.7.5"
|
||||
hostname-validator = "1.1.1"
|
||||
hostname1-zbus = "0.1.0"
|
||||
hostname1-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
||||
i18n-embed-fl = "0.7.0"
|
||||
image = "0.25"
|
||||
itertools = "0.12.0"
|
||||
|
|
@ -50,7 +50,7 @@ tracing-subscriber = "0.3.18"
|
|||
udev = "0.8.0"
|
||||
url = "2.5.0"
|
||||
xkb-data = "0.1.0"
|
||||
zbus = { version = "3.15.2", features = ["tokio"] }
|
||||
zbus = { version = "4.2.1", features = ["tokio"] }
|
||||
tachyonix = "0.2.1"
|
||||
|
||||
[dependencies.i18n-embed]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue