update deps

This commit is contained in:
Ashley Wulber 2023-06-09 18:41:30 -04:00 committed by Ashley Wulber
parent 76bf6a4519
commit 61d527a84c
13 changed files with 49 additions and 49 deletions

View file

@ -6,7 +6,7 @@ license = "GPL-3.0-or-later"
[dependencies]
icon-loader = { version = "0.3.6", features = ["gtk"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", rev = "5765053", default-features = false, features = ["tokio", "wayland"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", rev = "6699aa4", default-features = false, features = ["tokio", "wayland"] }
cosmic-applet = { path = "../applet" }
nix = "0.24.1"
chrono = { version = "0.4.23", features = ["clock"] }