From 569aa04f59c728a266e24e9d6cd807ad216e1705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:15:24 +0000 Subject: [PATCH] fix(deps): update rust crate keyring to v4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79678789..4032db3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3" configparser = "3" glob = "0.3" itertools = "0.14" -keyring = { version = "3", features = [ +keyring = { version = "4.1.5", features = [ "apple-native", "windows-native", "sync-secret-service",