From 71e4c980204a1794017ad9a81a89e61ab187b733 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Sep 2024 23:16:32 +0000 Subject: [PATCH] chore(deps): update rust crate secrecy to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06d769a..36f3adf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ serde_json = "1.0" toml = "0.8" # Secrets and Password -secrecy = "0.8" +secrecy = "0.10" # Conventional Commit check git-conventional = "0.12" -- 2.45.2