From 97da9b70cbf27d5ccb02838ebe52e9be9e9c24f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 03:32:25 +0000 Subject: [PATCH] chore(deps): Bump the azure group with 3 updates Bumps the azure group with 3 updates: [azure_core](https://github.com/azure/azure-sdk-for-rust), [azure_storage_blobs](https://github.com/azure/azure-sdk-for-rust) and [azure_storage](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) Updates `azure_storage` 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 - dependency-name: azure_storage_blobs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure - dependency-name: azure_storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: azure ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 406fb2e1..c9bf52e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,9 +403,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.5", @@ -430,9 +430,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", @@ -452,9 +452,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", @@ -1763,9 +1763,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 e58b5593..da3153ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ actix-rt = "2.9" actix-service = "2.0.2" actix-web = "4.4" async-trait = "0.1.74" -azure_core = "0.16" -azure_storage_blobs = "0.16" -azure_storage = "0.16" +azure_core = "0.17" +azure_storage_blobs = "0.17" +azure_storage = "0.17" chrono = { version = "0.4", features = ["serde"] } env_logger = "0.10" futures = "0.3"