chore: Rust 2024 and update dependencies

This commit is contained in:
Vukašin Vojinović 2025-09-10 14:18:51 +02:00 committed by Ian Douglas Scott
parent 05c9af1b95
commit a939335b9e
23 changed files with 941 additions and 722 deletions

View file

@ -1,16 +1,16 @@
[package]
name = "cosmic-workspaces"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]
anyhow = "1.0.75"
calloop = { version = "0.14.2", features = ["executor"] }
anyhow = "1.0.99"
calloop = { version = "0.14.3", 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"
env_logger = "0.11.8"
futures-channel = "0.3.31"
gbm = "0.18.0"
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = [
"tokio",
@ -23,21 +23,21 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = fa
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
memmap2 = "0.9.0"
tokio = "1.23.0"
wayland-protocols = "0.32.1"
delegate = "0.13.0"
memmap2 = "0.9.8"
tokio = "1.47.1"
wayland-protocols = "0.32.9"
delegate = "0.13.4"
itertools = "0.14.0"
log = "0.4.20"
i18n-embed-fl = "0.9.0"
rust-embed = "8.1.0"
rustix = { version = "1.0.7", features = ["fs", "shm"] }
calloop-wayland-source = "0.4.0"
log = "0.4.28"
i18n-embed-fl = "0.10"
rust-embed = "8.7.2"
rustix = { version = "1.1.2", features = ["fs", "shm"] }
calloop-wayland-source = "0.4.1"
aliasable = "0.1.3"
futures-executor = { version = "0.3.31", features = ["thread-pool"] }
[dependencies.i18n-embed]
version = "0.15.3"
version = "0.16"
features = ["fluent-system", "desktop-requester"]
[features]