chore: package upgrades

This commit is contained in:
PandaDEV 2024-12-19 09:33:19 +10:00
parent eb3abf797c
commit 616be31340
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
2 changed files with 118 additions and 5 deletions

View file

@ -32,7 +32,7 @@ rdev = "0.5.3"
rand = "0.8.5"
base64 = "0.22.1"
image = "0.25.5"
reqwest = { version = "0.12.9", features = ["blocking"] }
reqwest = { version = "0.12.9", features = ["json", "blocking"] }
url = "2.5.4"
regex = "1.11.1"
sha2 = "0.10.8"
@ -46,6 +46,7 @@ active-win-pos-rs = "0.8.3"
include_dir = "0.7.4"
hyperpolyglot = { git = "https://github.com/0pandadev/hyperpolyglot" }
applications = { git = "https://github.com/HuakunShen/applications-rs", branch = "dev" }
meta_fetcher = "0.1.1"
[features]
custom-protocol = ["tauri/custom-protocol"]