From 5a87e1cfd2db10bceff7b88a9cc75c5570c46a32 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 May 2026 21:30:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(cargo):=20update=20ru?= =?UTF-8?q?st=20crate=20secrecy=20to=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 074e497..67833e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ itertools = "0.13.0" outscale_api = "1.10.0" phf = { version = "0.11.2", features = ["macros"] } regex = "1.10.6" -secrecy = "0.8.0" +secrecy = "0.10.0" serde = { version = "1.0.209", features = ["derive"] } serde_json = "1.0.127" thiserror = "1.0.64"