Add update check functionality
Implement version checking and update notifications in the GUI
This commit is contained in:
@@ -23,3 +23,5 @@ serde_json = "1"
|
||||
base64 = "0.22"
|
||||
anyhow = "1"
|
||||
dirs = "5"
|
||||
# rustls (no openssl) so the universal-apple-darwin cross-build stays self-contained.
|
||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
|
||||
|
||||
Reference in New Issue
Block a user