From 5e9c9961c757fc628d279dfdd7c102e37f2e2023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:05:14 +0000 Subject: [PATCH] Update azure_storage_blobs requirement from 0.2 to 0.10 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..87fa4fdad4ae 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.10", 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