1
1
[package ]
2
2
name = " webapps"
3
- version = " 0.5.3 "
3
+ version = " 0.5.4 "
4
4
edition = " 2021"
5
5
description = " Web applications at your fingertips"
6
6
authors = [" cosmic-utils" ]
@@ -20,11 +20,11 @@ anyhow = "1"
20
20
tracing = " 0.1.40"
21
21
tracing-subscriber = " 0.3.18"
22
22
tokio = { version = " 1.40" , features = [" full" ] }
23
- reqwest = { version = " 0.12" , features = [" blocking" , " json" ] }
23
+ reqwest = { version = " 0.12.9 " , features = [" blocking" , " json" ] }
24
24
serde = { version = " 1.0" , features = [" derive" ] }
25
25
serde_json = " 1.0"
26
26
rand = " 0.8.5"
27
- url = " 2.5"
27
+ url = " 2.5.4 "
28
28
walkdir = " 2.5"
29
29
dirs = " 5.0"
30
30
once_cell = " 1.20"
@@ -36,7 +36,7 @@ i18n-embed-fl = "0.9"
36
36
bytes = " 1.8"
37
37
svg = " 0.18"
38
38
base64 = " 0.22"
39
- ashpd = { version = " 0.10" , features = [" wayland" ] }
39
+ ashpd = { version = " 0.10.2 " , features = [" wayland" ] }
40
40
freedesktop-desktop-entry = " 0.7"
41
41
42
42
[dependencies .i18n-embed ]
@@ -46,7 +46,7 @@ features = ["fluent-system", "desktop-requester"]
46
46
[dependencies .libcosmic ]
47
47
git = " https://github.com/pop-os/libcosmic"
48
48
default-features = false
49
- features = [" tokio" , " winit" , " wgpu" , " multi-window " ]
49
+ features = [" tokio" , " winit" , " wgpu" ]
50
50
51
51
# [patch.'https://github.com/pop-os/libcosmic']
52
52
# libcosmic = { path = "../libcosmic" }
0 commit comments