From ef2d550fc269e6d80cfc41be664fcd1fbc2ba276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:34:28 +0000 Subject: [PATCH] fix(deps): update rust crate keyring to v4 --- apps/fluux/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"