chore(deps): refresh package versions

This commit is contained in:
NimBold
2026-07-09 18:05:36 +03:30
parent 6d9ef68bb0
commit 8c035167c8
10 changed files with 233 additions and 295 deletions
+1
View File
@@ -541,6 +541,7 @@ pub async fn check_for_updates(
) -> Result<ReleaseCheckOutcome, String> {
let current_version = app_handle.package_info().version.to_string();
crate::ensure_reqwest_crypto_provider();
let client = reqwest::Client::new();
let res = client
.get("https://api.github.com/repos/nimbold/Firelink/releases?per_page=30")