Update dependencies, and use workspace dependencies

Using `[workspace.dependencies]`, we can update `rev =` for a dependency
in one place, instead of each individual applet.
This commit is contained in:
Ian Douglas Scott 2023-07-20 14:57:51 -07:00 committed by Jeremy Soller
parent 322e13c80d
commit 294cf6f3a7
16 changed files with 370 additions and 280 deletions

View file

@ -8,8 +8,8 @@ license = "GPL-3.0-or-later"
cosmic-dbus-networkmanager = { git = "https://github.com/pop-os/dbus-settings-bindings", branch = "main" }
# cosmic-dbus-networkmanager = { path = "../../../dbus-settings-bindings/networkmanager" }
futures-util = "0.3.21"
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = ["tokio", "wayland"] }
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", rev = "39c96ac", default-features = false, features = ["libcosmic", "once_cell"] }
libcosmic.workspace = true
cosmic-time.workspace = true
cosmic-applet = { path = "../applet" }
futures = "0.3"
zbus = { version = "3.13", default-features = false }