From 1f95e5823c3a61c4f37d3732de879634aca15947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:53:41 +0000 Subject: [PATCH] chore(deps)(deps): update keyring requirement in /src-tauri Updates the requirements on [keyring](https://github.com/open-source-cooperative/keyring-rs) to permit the latest version. - [Release notes](https://github.com/open-source-cooperative/keyring-rs/releases) - [Commits](https://github.com/open-source-cooperative/keyring-rs/compare/v2.0.0...v3.6.3) --- updated-dependencies: - dependency-name: keyring dependency-version: 3.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 ebc0524..afbc5b2 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -13,7 +13,7 @@ serde_json = "1.0" tokio = { version = "1.0", features = ["full"] } chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.0", features = ["v4"] } -keyring = "2.0" +keyring = "3.6" reqwest = { version = "0.11", features = ["json"] } async-trait = "0.1" rand = "0.8"