@@ -12,8 +12,8 @@ ashpd = { version = "0.9", default-features = false, features = [
1212 " tokio" ,
1313], optional = true }
1414async-channel = " 2.3.1"
15- chrono = " 0.4.38 "
16- clap = { version = " 4.5.17 " , features = [" derive" ] }
15+ chrono = " 0.4.39 "
16+ clap = { version = " 4.5.29 " , features = [" derive" ] }
1717color-eyre = " 0.6.3"
1818cosmic-bg-config.workspace = true
1919cosmic-comp-config = { workspace = true , optional = true }
@@ -32,25 +32,31 @@ derive_setters = "0.1.6"
3232dirs = " 5.0.1"
3333downcast-rs = " 1.2.1"
3434eyre = " 0.6.12"
35- freedesktop-desktop-entry = " 0.7.5 "
36- futures = " 0.3.30 "
35+ freedesktop-desktop-entry = " 0.7.7 "
36+ futures = " 0.3.31 "
3737hostname-validator = " 1.1.1"
3838hostname1-zbus = { git = " https://github.com/pop-os/dbus-settings-bindings" , optional = true }
39- i18n-embed-fl = " 0.9.1"
40- image = { version = " 0.25" , default-features = false , features = [" jpeg" , " png" , " rayon" , " webp" , " hdr" ] }
41- indexmap = " 2.5.0"
39+ i18n-embed-fl = " 0.9.3"
40+ image = { version = " 0.25" , default-features = false , features = [
41+ " jpeg" ,
42+ " png" ,
43+ " rayon" ,
44+ " webp" ,
45+ " hdr" ,
46+ ] }
47+ indexmap = " 2.7.1"
4248itertools = " 0.13.0"
43- itoa = " 1.0.11 "
49+ itoa = " 1.0.14 "
4450libcosmic.workspace = true
4551locale1 = { git = " https://github.com/pop-os/dbus-settings-bindings" , optional = true }
4652mime-apps = { package = " cosmic-mime-apps" , git = " https://github.com/pop-os/cosmic-mime-apps" , optional = true }
4753notify = " 6.1.1"
48- once_cell = " 1.19.0 "
49- regex = " 1.10.6 "
54+ once_cell = " 1.20.3 "
55+ regex = " 1.11.1 "
5056ron = " 0.8"
5157rust-embed = " 8.5.0"
5258secure-string = " 0.3.0"
53- serde = { version = " 1.0.210 " , features = [" derive" ] }
59+ serde = { version = " 1.0.217 " , features = [" derive" ] }
5460slab = " 0.4.9"
5561slotmap = " 1.0.7"
5662static_init = " 1.0.3"
@@ -59,18 +65,20 @@ tachyonix = "0.3.1"
5965timedate-zbus = { git = " https://github.com/pop-os/dbus-settings-bindings" , optional = true }
6066tokio = { workspace = true , features = [" fs" , " io-util" , " sync" ] }
6167tracing = " 0.1.41"
62- tracing-subscriber = " 0.3.18 "
63- udev = { version = " 0.9.0 " , optional = true }
68+ tracing-subscriber = " 0.3.19 "
69+ udev = { version = " 0.9.3 " , optional = true }
6470upower_dbus = { git = " https://github.com/pop-os/dbus-settings-bindings" , optional = true }
6571bluez-zbus = { git = " https://github.com/pop-os/dbus-settings-bindings" , optional = true }
66- url = " 2.5.2 "
72+ url = " 2.5.4 "
6773xkb-data = " 0.2.1"
68- zbus = { version = " 4.4.0" , features = [" tokio" ], optional = true }
74+ zbus = { version = " 4.4.0" , default-features = false , features = [
75+ " tokio" ,
76+ ], optional = true }
6977zbus_polkit = { version = " 4.0.0" }
7078fontdb = " 0.16.2"
7179fixed_decimal = " 0.5.6"
7280mime = " 0.3.17"
73- rustix = " 0.38.41 "
81+ rustix = " 0.38.44 "
7482gettext-rs = { version = " 0.7.2" , features = [
7583 " gettext-system" ,
7684], optional = true }
@@ -87,7 +95,7 @@ version = "1.5.0"
8795features = [" experimental" , " compiled_data" , " icu_datetime_experimental" ]
8896
8997[dependencies .i18n-embed ]
90- version = " 0.15.0 "
98+ version = " 0.15.3 "
9199features = [" fluent-system" , " desktop-requester" ]
92100
93101# Contains region-handling logic for Linux
0 commit comments