From 232e10320c94f53bceedd4c3d49c987d372aaa72 Mon Sep 17 00:00:00 2001 From: Krishan Mistry Date: Tue, 16 Jan 2024 16:31:52 +0000 Subject: [PATCH] Cargo.toml updates to 0.19 --- 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 01c6a30..e0086f8 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.18", features = [ +azure_core = { version = "0.19", features = [ "enable_reqwest", "enable_reqwest_gzip", ] } -azure_identity = "0.18" +azure_identity = "0.19" 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 0182ed9..1f75d07 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", default-features = false } # Azure SDK for Rust crates versions must be kept in sync -azure_core = "0.18" -azure_storage = "0.18" -azure_storage_blobs = "0.18" -azure_storage_queues = "0.18" +azure_core = "0.19" +azure_storage = "0.19" +azure_storage_blobs = "0.19" +azure_storage_queues = "0.19" chrono = { version = "0.4", default-features = false, features = ["serde"] } rand = "0.8"