From 3821d2ed6a061639e9da3f8caf11b24e8196ab90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:58:57 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.82 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3f6ba8..5a7df44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/keyweave" repository = "https://github.com/bartvdbraak/keyweave/" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" azure_core = "0.19.0" azure_identity = "0.19.0" azure_security_keyvault = "0.19.0"