diff --git a/apps/fluux/src-tauri/Cargo.toml b/apps/fluux/src-tauri/Cargo.toml index 7d70a4f6..05d72829 100644 --- a/apps/fluux/src-tauri/Cargo.toml +++ b/apps/fluux/src-tauri/Cargo.toml @@ -43,7 +43,7 @@ dirs = "6" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] tauri-plugin-updater = "2" serde_json = "1" -keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service", "crypto-rust"] } +keyring = { version = "4", features = ["apple-native", "windows-native", "sync-secret-service", "crypto-rust"] } reqwest = { version = "0.13", features = ["blocking"] } scraper = "0.26"