From 1a929f4861f73131cac9c2284a1ef59954b620e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:13:34 +0000 Subject: [PATCH] fix(deps): update rust crate azure_core to 0.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e93343d..cbd9274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/bartvdbraak/keyweave/" [dependencies] anyhow = "1.0.82" -azure_core = "0.20.0" +azure_core = "0.21.0" azure_identity = "0.20.0" azure_security_keyvault = "0.20.0" clap = { version = "4.5.4", features = ["derive"] }