@@ -12,8 +12,8 @@ ashpd = { version = "0.9", default-features = false, features = [
12
12
" tokio" ,
13
13
], optional = true }
14
14
async-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" ] }
17
17
color-eyre = " 0.6.3"
18
18
cosmic-bg-config.workspace = true
19
19
cosmic-comp-config = { workspace = true , optional = true }
@@ -32,25 +32,31 @@ derive_setters = "0.1.6"
32
32
dirs = " 5.0.1"
33
33
downcast-rs = " 1.2.1"
34
34
eyre = " 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 "
37
37
hostname-validator = " 1.1.1"
38
38
hostname1-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"
42
48
itertools = " 0.13.0"
43
- itoa = " 1.0.11 "
49
+ itoa = " 1.0.14 "
44
50
libcosmic.workspace = true
45
51
locale1 = { git = " https://github.com/pop-os/dbus-settings-bindings" , optional = true }
46
52
mime-apps = { package = " cosmic-mime-apps" , git = " https://github.com/pop-os/cosmic-mime-apps" , optional = true }
47
53
notify = " 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 "
50
56
ron = " 0.8"
51
57
rust-embed = " 8.5.0"
52
58
secure-string = " 0.3.0"
53
- serde = { version = " 1.0.210 " , features = [" derive" ] }
59
+ serde = { version = " 1.0.217 " , features = [" derive" ] }
54
60
slab = " 0.4.9"
55
61
slotmap = " 1.0.7"
56
62
static_init = " 1.0.3"
@@ -59,18 +65,20 @@ tachyonix = "0.3.1"
59
65
timedate-zbus = { git = " https://github.com/pop-os/dbus-settings-bindings" , optional = true }
60
66
tokio = { workspace = true , features = [" fs" , " io-util" , " sync" ] }
61
67
tracing = " 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 }
64
70
upower_dbus = { git = " https://github.com/pop-os/dbus-settings-bindings" , optional = true }
65
71
bluez-zbus = { git = " https://github.com/pop-os/dbus-settings-bindings" , optional = true }
66
- url = " 2.5.2 "
72
+ url = " 2.5.4 "
67
73
xkb-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 }
69
77
zbus_polkit = { version = " 4.0.0" }
70
78
fontdb = " 0.16.2"
71
79
fixed_decimal = " 0.5.6"
72
80
mime = " 0.3.17"
73
- rustix = " 0.38.41 "
81
+ rustix = " 0.38.44 "
74
82
gettext-rs = { version = " 0.7.2" , features = [
75
83
" gettext-system" ,
76
84
], optional = true }
@@ -87,7 +95,7 @@ version = "1.5.0"
87
95
features = [" experimental" , " compiled_data" , " icu_datetime_experimental" ]
88
96
89
97
[dependencies .i18n-embed ]
90
- version = " 0.15.0 "
98
+ version = " 0.15.3 "
91
99
features = [" fluent-system" , " desktop-requester" ]
92
100
93
101
# Contains region-handling logic for Linux
0 commit comments