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"] }