From fc50f51dcb284f66ab1493a3c3c2e34c6aa741b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:02:37 +0000 Subject: [PATCH] fix(deps): update azure dependencies to 0.28.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4cd708a..a1569e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ repository = "https://github.com/bartvdbraak/keyweave/" [dependencies] anyhow = "1.0.82" -azure_core = "0.21.0" -azure_identity = "0.21.0" +azure_core = "0.28.0" +azure_identity = "0.28.0" azure_security_keyvault = "0.21.0" clap = { version = "4.5.4", features = ["derive"] } futures = "0.3.30"