From 5b295528484bc3c808ec20c4e1dbc13f39ce689d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 03:57:51 +0000 Subject: [PATCH] chore(deps): Bump azure_core from 0.8.0 to 0.10.0 Bumps [azure_core](https://github.com/azure/azure-sdk-for-rust) from 0.8.0 to 0.10.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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 ++++++++++++++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ada5ae17..12f29b04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,6 +421,31 @@ dependencies = [ "uuid 1.2.2", ] +[[package]] +name = "azure_core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8904f5c2ee4f5a172542700a42708706ef8591a16a5c6226bcf6b7f21ead9a6" +dependencies = [ + "async-trait", + "base64 0.13.1", + "bytes 1.3.0", + "dyn-clone", + "futures 0.3.26", + "getrandom 0.2.8", + "http-types", + "log", + "paste", + "pin-project", + "rand 0.8.5", + "rustc_version", + "serde", + "serde_json", + "time 0.3.17", + "url", + "uuid 1.2.2", +] + [[package]] name = "azure_storage" version = "0.9.0" @@ -429,7 +454,7 @@ checksum = "b780469184adfd6c692cfb32814e0cb7b8553d5d6cd2c8a8dd6b53165acec07f" dependencies = [ "RustyXML", "async-trait", - "azure_core", + "azure_core 0.8.0", "base64 0.13.1", "bytes 1.3.0", "futures 0.3.26", @@ -453,7 +478,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0d8edb1630aa31452896fc6450ae151f89cc6374da4c034959b17d163dd352f" dependencies = [ "RustyXML", - "azure_core", + "azure_core 0.8.0", "azure_storage", "base64 0.13.1", "bytes 1.3.0", @@ -511,7 +536,7 @@ dependencies = [ "actix-service", "actix-web", "async-trait", - "azure_core", + "azure_core 0.10.0", "azure_storage", "azure_storage_blobs", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 783b8a69..e0045938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ actix-rt = "2.8" actix-service = "2.0.2" actix-web = "4.3" async-trait = "0.1.64" -azure_core = "0.8" +azure_core = "0.10" azure_storage_blobs = "0.9" azure_storage = "0.9" chrono = { version = "0.4", features = ["serde"] }