Update dependencies
This commit is contained in:
parent
b70828e23f
commit
e1895ea3d7
4 changed files with 105 additions and 98 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -5,16 +5,16 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
calloop = { version = "0.13.0", features = ["executor"] }
|
||||
calloop = { version = "0.14.2", features = ["executor"] }
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
cosmic-bg-config = { git = "https://github.com/pop-os/cosmic-bg" }
|
||||
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
|
||||
env_logger = "0.11.0"
|
||||
futures-channel = "0.3.25"
|
||||
gbm = "0.15.0"
|
||||
gbm = "0.18.0"
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance", "multi-window", "winit"] }
|
||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||
freedesktop-desktop-entry = "0.5.0"
|
||||
freedesktop-desktop-entry = "0.7.0"
|
||||
freedesktop-icons = "0.2.4"
|
||||
|
||||
memmap2 = "0.9.0"
|
||||
|
|
@ -22,16 +22,16 @@ tokio = "1.23.0"
|
|||
wayland-protocols = "0.32.1"
|
||||
zbus = { version = "4.0.0", default-features = false, features = ["tokio"] }
|
||||
once_cell = "1.18.0"
|
||||
delegate = "0.12.0"
|
||||
itertools = "0.12.0"
|
||||
delegate = "0.13.0"
|
||||
itertools = "0.14.0"
|
||||
log = "0.4.20"
|
||||
i18n-embed-fl = "0.8.0"
|
||||
i18n-embed-fl = "0.9.0"
|
||||
rust-embed = "8.1.0"
|
||||
rustix = { version = "0.38.30", features = ["fs"] }
|
||||
calloop-wayland-source = "0.3.0"
|
||||
calloop-wayland-source = "0.4.0"
|
||||
|
||||
[dependencies.i18n-embed]
|
||||
version = "0.14.1"
|
||||
version = "0.15.3"
|
||||
features = ["fluent-system", "desktop-requester"]
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue