From ae4ec0e5bdc35b5eb21df8c5503b2070fe2de68c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:40:10 +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