chore(cargo): update all crate dependencies

This commit is contained in:
Michael Aaron Murphy 2026-01-14 18:46:53 +01:00
parent b0cbb54bf2
commit 03c440b97a
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
17 changed files with 136 additions and 46 deletions

View file

@ -99,8 +99,8 @@ async-std = [
[dependencies]
apply = "0.3.0"
ashpd = { version = "0.12.0", default-features = false, optional = true }
async-fs = { version = "2.1", optional = true }
ashpd = { version = "0.12.1", default-features = false, optional = true }
async-fs = { version = "2.2", optional = true }
async-std = { version = "1.13", optional = true }
auto_enums = "0.8.7"
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "d0e95be", optional = true }
@ -113,15 +113,15 @@ i18n-embed = { version = "0.16.0", features = [
"desktop-requester",
] }
i18n-embed-fl = "0.10"
rust-embed = "8.7.2"
rust-embed = "8.11.0"
css-color = "0.2.8"
derive_setters = "0.1.8"
futures = "0.3"
image = { version = "0.25.8", default-features = false, features = [
image = { version = "0.25.9", default-features = false, features = [
"jpeg",
"png",
] }
libc = { version = "0.2.175", optional = true }
libc = { version = "0.2.180", optional = true }
log = "0.4"
mime = { version = "0.3.17", optional = true }
palette = "0.7.6"
@ -130,22 +130,22 @@ rfd = { version = "0.15.4", default-features = false, features = [
"xdg-portal",
], optional = true }
rustix = { version = "1.1", features = ["pipe", "process"], optional = true }
serde = { version = "1.0.219", features = ["derive"] }
slotmap = "1.0.7"
serde = { version = "1.0.228", features = ["derive"] }
slotmap = "1.1.1"
smol = { version = "2.0.2", optional = true }
thiserror = "2.0.16"
taffy = { version = "0.9.1", features = ["grid"] }
tokio = { version = "1.47.1", optional = true }
tracing = "0.1.41"
thiserror = "2.0.17"
taffy = { version = "0.9.2", features = ["grid"] }
tokio = { version = "1.49.0", optional = true }
tracing = "0.1.44"
unicode-segmentation = "1.12"
url = "2.5.7"
zbus = { version = "5.11.0", default-features = false, optional = true }
url = "2.5.8"
zbus = { version = "5.13.1", default-features = false, optional = true }
# Enable DBus feature on Linux targets
[target.'cfg(target_os = "linux")'.dependencies]
cosmic-config = { path = "cosmic-config", features = ["dbus"] }
cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings" }
zbus = { version = "5.11.0", default-features = false }
zbus = { version = "5.13.1", default-features = false }
[target.'cfg(unix)'.dependencies]
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
@ -225,4 +225,4 @@ exclude = ["iced"]
dirs = "6.0.0"
[dev-dependencies]
tempfile = "3.13.0"
tempfile = "3.24.0"