From 5b3250df201729f4c8f094457bb6aebc629f9285 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 05:24:43 +0000 Subject: [PATCH] Update Rust crate keyring to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66a551b..d34d71e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ clap_complete = "4.1.1" chrono = { version = "0.4.23", features = ["serde"] } dirs = "4.0.0" fern = "0.6.1" -keyring = "1.2.1" +keyring = "2.0.5" log = "0.4.17" regex = "1.7.1" reqwest = { version = "0.11.14", features = ["json"] }