From fa4a8c8a6d3ede74670aeed2728fb62cfa77953a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 23:01:05 +0000 Subject: [PATCH] Bump the azure-sdk group with 2 updates Bumps the azure-sdk group with 2 updates: [azure_core](https://github.com/azure/azure-sdk-for-rust) and [azure_storage_blobs](https://github.com/azure/azure-sdk-for-rust). Updates `azure_core` from 0.16.0 to 0.17.0 - [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) Updates `azure_storage_blobs` from 0.16.0 to 0.17.0 - [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_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure-sdk - dependency-name: azure_storage_blobs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure-sdk ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2adb10..9c580ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "azure_core" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e29286b9edfdd6f2c7e9d970bb5b015df8621258acab9ecfcea09b2d7692467" +checksum = "4ccd63c07d1fbfb3d4543d7ea800941bf5a30db1911b9b9e4db3b2c4210a434f" dependencies = [ "async-trait", "base64 0.21.4", @@ -129,9 +129,9 @@ dependencies = [ [[package]] name = "azure_storage" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bed0ccefde57930b2886fd4aed1f70ac469c197b8c2e94828290d71bcbdb5d97" +checksum = "83ca0a07f89fd72a006da4713e93af3d6c44a693e61a1c3c2e7985de39c182e8" dependencies = [ "RustyXML", "async-trait", @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "azure_storage_blobs" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f91a52da2d192cfe43759f61e8bb31a5969f1722d5b85ac89627f356ad674ab4" +checksum = "8096c04d370118323c42b2752aa1883e4880a56ef65239f317b359f263b6e194" dependencies = [ "RustyXML", "azure_core", @@ -1090,9 +1090,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" +checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" dependencies = [ "memchr", "serde", diff --git a/Cargo.toml b/Cargo.toml index e1594f3..56e84d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,8 +32,8 @@ libc = "0.2" async-channel = {version="1.9", optional=true} atty = {version="0.2", optional=true} -azure_core = {version="0.16", optional=true} -azure_storage_blobs = {version="0.16", optional=true} +azure_core = {version="0.17", optional=true} +azure_storage_blobs = {version="0.17", optional=true} indicatif = {version="0.17", optional=true} native-tls = {version="0.2", features=["vendored"], optional=true} reqwest = {version="0.11", optional=true}