From 254631749a48fa03b0c8abee9d9838bdd1bf6adb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 05:31:12 +0000 Subject: [PATCH] fix(deps): update rust crate keyring to v3 --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c6ac144..61238d0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -33,7 +33,7 @@ tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" } -keyring = "2.3.3" +keyring = "3.0.0" whoami = "1.5.2" # AES encryption dependencies # AES encryption dependencies