From fc8470ce60b28214ecf04fe5f43321e5cd6bb943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 03:03:25 +0000 Subject: [PATCH] chore(deps): Bump azure_core from 0.14.0 to 0.15.0 Bumps [azure_core](https://github.com/azure/azure-sdk-for-rust) from 0.14.0 to 0.15.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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96801578..2cfb43ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,9 +430,9 @@ dependencies = [ [[package]] name = "azure_core" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2331555a3618a32516c6172a63e9fec4af0edb43c6fcfeb5303a0716fc34498b" +checksum = "1f20eb684aea745292c540173304383c9cba9697d1c31d307620a57d6f878fa9" dependencies = [ "async-trait", "base64 0.21.2", @@ -537,7 +537,7 @@ dependencies = [ "actix-service", "actix-web", "async-trait", - "azure_core 0.14.0", + "azure_core 0.15.0", "azure_storage", "azure_storage_blobs", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ad99aaca..6f0f3937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ actix-rt = "2.9" actix-service = "2.0.2" actix-web = "4.4" async-trait = "0.1.68" -azure_core = "0.14" +azure_core = "0.15" azure_storage_blobs = "0.9" azure_storage = "0.9" chrono = { version = "0.4", features = ["serde"] }