Skip to content

Commit 94e7552

Browse files
committed
bump to 0.5.4
1 parent c6f93b4 commit 94e7552

File tree

5 files changed

+247
-290
lines changed

5 files changed

+247
-290
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webapps"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
edition = "2021"
55
description = "Web applications at your fingertips"
66
authors = ["cosmic-utils"]
@@ -20,11 +20,11 @@ anyhow = "1"
2020
tracing = "0.1.40"
2121
tracing-subscriber = "0.3.18"
2222
tokio = { version = "1.40", features = ["full"] }
23-
reqwest = { version = "0.12", features = ["blocking", "json"] }
23+
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
2424
serde = { version = "1.0", features = ["derive"] }
2525
serde_json = "1.0"
2626
rand = "0.8.5"
27-
url = "2.5"
27+
url = "2.5.4"
2828
walkdir = "2.5"
2929
dirs = "5.0"
3030
once_cell = "1.20"
@@ -36,7 +36,7 @@ i18n-embed-fl = "0.9"
3636
bytes = "1.8"
3737
svg = "0.18"
3838
base64 = "0.22"
39-
ashpd = { version = "0.10", features = ["wayland"] }
39+
ashpd = { version = "0.10.2", features = ["wayland"] }
4040
freedesktop-desktop-entry = "0.7"
4141

4242
[dependencies.i18n-embed]
@@ -46,7 +46,7 @@ features = ["fluent-system", "desktop-requester"]
4646
[dependencies.libcosmic]
4747
git = "https://github.com/pop-os/libcosmic"
4848
default-features = false
49-
features = ["tokio", "winit", "wgpu", "multi-window"]
49+
features = ["tokio", "winit", "wgpu"]
5050

5151
# [patch.'https://github.com/pop-os/libcosmic']
5252
# libcosmic = { path = "../libcosmic" }

0 commit comments

Comments
 (0)