From 6145aadb7b005ec027a8a63d4be541050fab1900 Mon Sep 17 00:00:00 2001 From: Krishan Date: Tue, 7 Nov 2023 12:23:18 +0000 Subject: [PATCH] Azure SDK deps to 0.17 (#6) --- azure-kusto-data/Cargo.toml | 4 ++-- azure-kusto-ingest/Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-kusto-data/Cargo.toml b/azure-kusto-data/Cargo.toml index 6bed2bc..42a5b6d 100644 --- a/azure-kusto-data/Cargo.toml +++ b/azure-kusto-data/Cargo.toml @@ -15,11 +15,11 @@ categories = ["api-bindings"] [dependencies] arrow-array = { version = "42", optional = true } arrow-schema = { version = "42", optional = true } -azure_core = { version = "0.16", features = [ +azure_core = { version = "0.17", features = [ "enable_reqwest", "enable_reqwest_gzip", ] } -azure_identity = "0.16" +azure_identity = "0.17" async-trait = "0.1.64" async-convert = "1.0.0" bytes = "1.4" diff --git a/azure-kusto-ingest/Cargo.toml b/azure-kusto-ingest/Cargo.toml index c695da9..7ed7692 100644 --- a/azure-kusto-ingest/Cargo.toml +++ b/azure-kusto-ingest/Cargo.toml @@ -8,10 +8,10 @@ edition = "2021" [dependencies] azure-kusto-data = {path = "../azure-kusto-data"} # Azure SDK for Rust crates versions must be kept in sync -azure_core = "0.16" -azure_storage = "0.16" -azure_storage_blobs = "0.16" -azure_storage_queues = "0.16" +azure_core = "0.17" +azure_storage = "0.17" +azure_storage_blobs = "0.17" +azure_storage_queues = "0.17" anyhow = "1" chrono = { version = "0.4", default-features = false, features = ["serde"] }