Skip to content

Commit

Permalink
bump to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hepp3n committed Nov 30, 2024
1 parent c6f93b4 commit 94e7552
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 290 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webapps"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
description = "Web applications at your fingertips"
authors = ["cosmic-utils"]
Expand All @@ -20,11 +20,11 @@ anyhow = "1"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tokio = { version = "1.40", features = ["full"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.8.5"
url = "2.5"
url = "2.5.4"
walkdir = "2.5"
dirs = "5.0"
once_cell = "1.20"
Expand All @@ -36,7 +36,7 @@ i18n-embed-fl = "0.9"
bytes = "1.8"
svg = "0.18"
base64 = "0.22"
ashpd = { version = "0.10", features = ["wayland"] }
ashpd = { version = "0.10.2", features = ["wayland"] }
freedesktop-desktop-entry = "0.7"

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

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

0 comments on commit 94e7552

Please sign in to comment.