@@ -14,14 +14,14 @@ icu = { version = "1.5.0", features = [
1414 " compiled_data" ,
1515 " icu_datetime_experimental" ,
1616] }
17- cctk = { git = " https://github.com/pop-os/cosmic-protocols" , package = " cosmic-client-toolkit" , rev = " 178eb0b " , optional = true }
17+ cctk = { git = " https://github.com/pop-os/cosmic-protocols" , package = " cosmic-client-toolkit" , rev = " 6254f50 " , optional = true }
1818cosmic-mime-apps = { git = " https://github.com/pop-os/cosmic-mime-apps.git" , optional = true }
1919dirs = " 6.0.0"
2020env_logger = " 0.11"
2121freedesktop_entry_parser = " 1.3"
2222futures = " 0.3.31"
23- gio = { version = " 0.20 " , optional = true }
24- glib = { version = " 0.20 " , optional = true }
23+ gio = { version = " 0.21 " , optional = true }
24+ glib = { version = " 0.21 " , optional = true }
2525glob = " 0.3"
2626icu_collator = " 1.5"
2727icu_provider = { version = " 1.5" , features = [" sync" ] }
@@ -30,9 +30,8 @@ image = "0.25"
3030libc = " 0.2"
3131log = " 0.4"
3232mime_guess = " 2"
33- notify-debouncer-full = " 0.3 "
33+ notify-debouncer-full = " 0.6 "
3434notify-rust = { version = " 4" , optional = true }
35- once_cell = " 1.20"
3635open = " 5.3.2"
3736paste = " 1.0"
3837regex = " 1"
@@ -44,48 +43,48 @@ tokio = { version = "1", features = ["process", "sync"] }
4443trash = { git = " https://github.com/jackpot51/trash-rs.git" , branch = " cosmic" }
4544url = " 2.5"
4645walkdir = " 2.5.0"
47- wayland-client = { version = " 0.31.8 " , optional = true }
48- xdg = { version = " 2.5.2 " , optional = true }
46+ wayland-client = { version = " 0.31.11 " , optional = true }
47+ xdg = { version = " 3.0 " , optional = true }
4948# https://github.com/ebassi/xdg-mime-rs/pull/31
5049xdg-mime = { git = " https://github.com/ellieplayswow/xdg-mime-rs" , branch = " feature/get-same-as" }
5150# Compression
52- bzip2 = { version = " 0.5 " , optional = true } # TODO: replace with pure Rust crate
53- flate2 = " 1.0 "
54- tar = " 0.4.43 "
55- xz2 = { version = " 0.1 " , optional = true } # TODO: replace with pure Rust crate
56- ordermap = { version = " 0.5.8 " , features = [" serde" ] }
51+ bzip2 = { version = " 0.6 " , optional = true } # TODO: replace with pure Rust crate
52+ flate2 = " 1.1 "
53+ tar = " 0.4.44 "
54+ liblzma = { version = " 0.4.4 " , optional = true } # TODO: replace with pure Rust crate
55+ ordermap = { version = " 0.5.9 " , features = [" serde" ] }
5756# Internationalization
58- i18n-embed = { version = " 0.15 " , features = [
57+ i18n-embed = { version = " 0.16 " , features = [
5958 " fluent-system" ,
6059 " desktop-requester" ,
6160] }
62- i18n-embed-fl = " 0.9 "
61+ i18n-embed-fl = " 0.10 "
6362rust-embed = " 8"
6463slotmap = " 1.0.7"
6564recently-used-xbel = { git = " https://github.com/pop-os/recently-used-xbel.git" }
66- zip = " 2.2.2 "
65+ zip = " 5.0.0 "
6766uzers = " 0.12.1"
6867md-5 = " 0.10.6"
69- png = " 0.17.16 "
70- jxl-oxide = { version = " 0.12.2 " , features = [" image" ] }
68+ png = " 0.18 "
69+ jxl-oxide = { version = " 0.12.4 " , features = [" image" ] }
7170num_cpus = " 1.17.0"
7271
7372# Completion-based IO runtime to enable io_uring / IOCP file IO support.
7473[dependencies .compio ]
75- version = " 0.14 .0"
74+ version = " 0.16 .0"
7675default-features = false
7776features = [" io" , " macros" , " polling" , " runtime" ]
7877
7978[dependencies .io-uring ]
80- version = " 0.7.6 "
79+ version = " 0.7.10 "
8180default-features = false
8281optional = true
8382
8483[dependencies .libcosmic ]
8584git = " https://github.com/pop-os/libcosmic.git"
8685default-features = false
8786# TODO: a11y feature crashes
88- features = [" autosize" , " multi-window" , " tokio" , " winit" , " surface-message" ]
87+ features = [" autosize" , " dbus-config " , " multi-window" , " tokio" , " winit" , " surface-message" ]
8988
9089[features ]
9190default = [
@@ -96,7 +95,7 @@ default = [
9695 " notify" ,
9796 " wgpu" ,
9897 " wayland" ,
99- " xz2 " ,
98+ " liblzma " ,
10099]
101100dbus-config = [" libcosmic/dbus-config" ]
102101desktop = [
@@ -125,7 +124,7 @@ debug = true
125124fork = " 0.2"
126125
127126[target .'cfg(target_os = "linux")' .dependencies ]
128- procfs = " 0.17 "
127+ procfs = " 0.18 "
129128
130129[dev-dependencies ]
131130# cap-std = "3"
0 commit comments