From c6f7c27f55683a12976ae45cb2e6ef1d6fbf29a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:35:05 +0000 Subject: [PATCH] Bump the azure-sdk group with 1 update Bumps the azure-sdk group with 1 update: [azure_core](https://github.com/azure/azure-sdk-for-rust). - [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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 +++++++++++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0127012..1ca62a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ version = "0.14.0" dependencies = [ "async-channel 2.1.1", "atty", - "azure_core", + "azure_core 0.18.0", "azure_storage_blobs", "byteorder", "bytes", @@ -140,6 +140,32 @@ dependencies = [ "uuid", ] +[[package]] +name = "azure_core" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6218987c374650fdad0b476bfc675729762c28dfb35f58608a38a2b1ea337dd" +dependencies = [ + "async-trait", + "base64 0.21.5", + "bytes", + "dyn-clone", + "futures", + "getrandom 0.2.11", + "http-types", + "log", + "once_cell", + "paste", + "pin-project", + "rand 0.8.5", + "rustc_version", + "serde", + "serde_json", + "time", + "url", + "uuid", +] + [[package]] name = "azure_storage" version = "0.17.0" @@ -148,7 +174,7 @@ checksum = "83ca0a07f89fd72a006da4713e93af3d6c44a693e61a1c3c2e7985de39c182e8" dependencies = [ "RustyXML", "async-trait", - "azure_core", + "azure_core 0.17.0", "bytes", "futures", "hmac", @@ -169,7 +195,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8096c04d370118323c42b2752aa1883e4880a56ef65239f317b359f263b6e194" dependencies = [ "RustyXML", - "azure_core", + "azure_core 0.17.0", "azure_storage", "bytes", "futures", diff --git a/Cargo.toml b/Cargo.toml index 5244397..3b14e0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ libc = "0.2" async-channel = {version="2.1", optional=true} atty = {version="0.2", optional=true} -azure_core = {version="0.17", optional=true} +azure_core = {version="0.18", 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}