yoda: use local dbus settings bindings
This commit is contained in:
parent
82e00a3e16
commit
f2f53fc4d2
5 changed files with 15 additions and 32 deletions
38
Cargo.lock
generated
38
Cargo.lock
generated
|
|
@ -1197,7 +1197,7 @@ version = "1.0.2"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"async-fn-stream",
|
||||
"cosmic-dbus-networkmanager 0.1.0 (git+https://github.com/pop-os/dbus-settings-bindings)",
|
||||
"cosmic-dbus-networkmanager",
|
||||
"cosmic-settings-network-manager-subscription",
|
||||
"futures",
|
||||
"futures-util",
|
||||
|
|
@ -1428,19 +1428,6 @@ dependencies = [
|
|||
"zvariant",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cosmic-dbus-networkmanager"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"bitflags 2.11.1",
|
||||
"derive_builder",
|
||||
"jiff",
|
||||
"procfs",
|
||||
"zbus",
|
||||
"zvariant",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cosmic-freedesktop-icons"
|
||||
version = "0.4.0"
|
||||
|
|
@ -1588,7 +1575,7 @@ name = "cosmic-settings-network-manager-subscription"
|
|||
version = "1.0.7"
|
||||
dependencies = [
|
||||
"bitflags 2.11.1",
|
||||
"cosmic-dbus-networkmanager 0.1.0",
|
||||
"cosmic-dbus-networkmanager",
|
||||
"futures",
|
||||
"iced_futures",
|
||||
"itertools 0.14.0",
|
||||
|
|
@ -3784,9 +3771,9 @@ checksum = "2ceaf4c6c48465bead8cb6a0b7c4ee0c86ecbb31239032b9c66ab9a08d2f3ee1"
|
|||
|
||||
[[package]]
|
||||
name = "jiff"
|
||||
version = "0.2.26"
|
||||
version = "0.2.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "30457d51cb0e68ee18184b30cd9eb8e1602a20837c321f6ea9706b94f1c681c3"
|
||||
checksum = "6835eea34fb6321b9b3aa7b685c2b433948c09447e389dc017fdf687d5d11e65"
|
||||
dependencies = [
|
||||
"jiff-static",
|
||||
"jiff-tzdb-platform",
|
||||
|
|
@ -3794,14 +3781,14 @@ dependencies = [
|
|||
"portable-atomic",
|
||||
"portable-atomic-util",
|
||||
"serde_core",
|
||||
"windows-link 0.2.1",
|
||||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jiff-static"
|
||||
version = "0.2.26"
|
||||
version = "0.2.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05f86e4f0326c61ae6c00b04d9009aaeda644d0b5bdfbf6c67247f492f42b3f3"
|
||||
checksum = "3c22e04db9c58f5136eb1757f3d5c49a7b187f49e52185228cbd2f5acdfcc08c"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -4403,7 +4390,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mpris2-zbus"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"jiff",
|
||||
|
|
@ -6291,7 +6277,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "switcheroo-control"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"zbus",
|
||||
]
|
||||
|
|
@ -6469,7 +6454,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "timedate-zbus"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/pop-os/dbus-settings-bindings#507e342c21d3ce6ae41b1d4f3fa2f0ad5ee23e75"
|
||||
dependencies = [
|
||||
"zbus",
|
||||
]
|
||||
|
|
@ -8616,10 +8600,10 @@ dependencies = [
|
|||
"winnow",
|
||||
]
|
||||
|
||||
[[patch.unused]]
|
||||
name = "winit-x11"
|
||||
version = "0.31.0-beta.2"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "cosmic-settings-airplane-mode-subscription"
|
||||
version = "1.0.7"
|
||||
|
||||
[[patch.unused]]
|
||||
name = "winit-x11"
|
||||
version = "0.31.0-beta.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue