From 86cb40b949e451231772c90346f137fbddd52072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 10:13:21 +0000 Subject: [PATCH] Update azure_storage_blobs requirement from 0.2 to 0.9 Updates the requirements on [azure_storage_blobs](https://github.com/azure/azure-sdk-for-rust) to permit the latest version. - [Release notes](https://github.com/azure/azure-sdk-for-rust/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-rust/blob/main/HISTORY.md) - [Commits](https://github.com/azure/azure-sdk-for-rust/commits) --- updated-dependencies: - dependency-name: azure_storage_blobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- object_store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index 741539891597..3e3e21ba5870 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -37,7 +37,7 @@ async-trait = "0.1.53" # Microsoft Azure Blob storage integration azure_core = { version = "0.2", optional = true, default-features = false, features = ["enable_reqwest_rustls"] } azure_storage = { version = "0.2", optional = true, default-features = false, features = ["account"] } -azure_storage_blobs = { version = "0.2", optional = true, default-features = false, features = ["enable_reqwest_rustls"] } +azure_storage_blobs = { version = "0.9", optional = true, default-features = false, features = ["enable_reqwest_rustls"] } bytes = "1.0" chrono = { version = "0.4", default-features = false, features = ["clock"] } # Google Cloud Storage integration