Update dependencies
This commit is contained in:
parent
1c52e63715
commit
8645382110
2 changed files with 123 additions and 164 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -4,14 +4,14 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
env_logger = "0.10"
|
||||
freedesktop_entry_parser = "1"
|
||||
log = "0.4"
|
||||
pam-client = "0.5"
|
||||
pwd = "1"
|
||||
shlex = "1"
|
||||
wayland-client = "0.31"
|
||||
chrono = "0.4.31"
|
||||
env_logger = "0.10.0"
|
||||
freedesktop_entry_parser = "1.3.0"
|
||||
log = "0.4.20"
|
||||
pam-client = "0.5.0"
|
||||
pwd = "1.4.0"
|
||||
shlex = "1.2.0"
|
||||
wayland-client = "0.31.1"
|
||||
|
||||
[dependencies.cosmic-bg-config]
|
||||
git = "https://github.com/pop-os/cosmic-bg"
|
||||
|
|
@ -21,15 +21,13 @@ git = "https://github.com/pop-os/libcosmic"
|
|||
features = ["calloop", "macro"]
|
||||
|
||||
[dependencies.greetd_ipc]
|
||||
version = "0.9"
|
||||
version = "0.9.0"
|
||||
features = ["sync-codec"]
|
||||
|
||||
[dependencies.libcosmic]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
branch = "theme-dark-light-switching"
|
||||
default-features = false
|
||||
features = ["tokio", "wayland"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1"
|
||||
version = "1.33.0"
|
||||
features = ["full"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue