From ba35a10bb2e0bf086e93c554e1125266bda15df7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:24:12 +0000 Subject: [PATCH] fix(deps): update rust crate remi-azure to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51e5f1eb..039f955f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ owo-colors = { version = "4.0.0", features = ["supports-color"] } rand = "0.8.5" regex = "1.10.4" remi = "0.7.1" -remi-azure = { version = "0.7.0", features = ["serde", "tracing"] } +remi-azure = { version = "0.9.0", features = ["serde", "tracing"] } remi-fs = { version = "0.7.1", features = ["serde", "tracing", "file-format"] } remi-s3 = { version = "0.7.1", features = ["serde", "tracing"] } sentry = "0.34.0"