Update dependencies

This commit is contained in:
Wildan M
2026-04-11 06:59:51 +07:00
parent 9dd913f9da
commit 4ee2101d01
2 changed files with 311 additions and 498 deletions
Generated
+304 -493
View File
File diff suppressed because it is too large Load Diff
+7 -5
View File
@@ -6,15 +6,17 @@ edition = "2021"
[dependencies]
anyhow = "1"
libredox = "0.1"
pkgar = "0.1.18"
pkgar-core = "0.1.18"
pkgar-keys = "0.1.18"
redox_installer = "0.2.41"
pkgar = "0.2"
pkgar-core = "0.2"
pkgar-keys = "0.2"
redox_installer = "0.2.42"
redox_syscall = "0.7"
toml = "0.5.6"
toml = "0.8"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
# use the same rev with other cosmic app
rev = "384e8f6e219bb458720eafa5bb971b832c057f23"
default-features = false
features = ["winit"]