chore: update dependencies

Also utilizes the `jxl-oxide` image decoding hook.
This commit is contained in:
Vukašin Vojinović 2026-03-14 22:20:51 +01:00 committed by Jacob Kauffmann
parent 49d353d369
commit 4414d2f4b2
4 changed files with 40 additions and 112 deletions

View file

@ -10,7 +10,7 @@ rust-version = "1.90"
anyhow = "1"
chrono = { version = "0.4", features = ["unstable-locales"] }
icu = { version = "2.1.1", features = ["compiled_data"] }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "d0e95be", optional = true }
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "160b086", optional = true }
cosmic-mime-apps = { git = "https://github.com/pop-os/cosmic-mime-apps.git", optional = true }
dirs = "6.0.0"
env_logger = "0.11"
@ -36,14 +36,14 @@ tokio = { version = "1", features = ["process", "sync"] }
trash = { git = "https://github.com/jackpot51/trash-rs.git", branch = "cosmic" }
url = "2.5"
walkdir = "2.5.0"
wayland-client = { version = "0.31.12", optional = true }
wayland-client = { version = "0.31.13", optional = true }
xdg = { version = "3.0", optional = true }
xdg-mime = { git = "https://github.com/ebassi/xdg-mime-rs" }
# Compression
bzip2 = { version = "0.6", optional = true } #TODO: replace with pure Rust crate
flate2 = "1.1"
tar = "0.4.44"
lzma-rust2 = { version = "0.15.7", optional = true }
lzma-rust2 = { version = "0.16", optional = true }
ordermap = { version = "1.1.0", features = ["serde"] }
# Internationalization
i18n-embed = { version = "0.16", features = [
@ -54,7 +54,7 @@ i18n-embed-fl = "0.10"
rust-embed = "8"
slotmap = "1.1.1"
recently-used-xbel = "1.2.0"
zip = "7"
zip = "8"
uzers = "0.12.2"
md-5 = "0.10.6"
png = "0.18"
@ -124,7 +124,7 @@ inherits = "release"
debug = true
[target.'cfg(unix)'.dependencies]
fork = "0.6"
fork = "0.7"
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.18"