diff --git a/azure-kusto-data/Cargo.toml b/azure-kusto-data/Cargo.toml index 7bd53f7..4366ad6 100644 --- a/azure-kusto-data/Cargo.toml +++ b/azure-kusto-data/Cargo.toml @@ -13,13 +13,13 @@ keywords = ["sdk", "azure", "kusto", "azure-data-explorer"] categories = ["api-bindings"] [dependencies] -arrow-array = { version = "42", optional = true } -arrow-schema = { version = "42", optional = true } -azure_core = { version = "0.13", features = [ +arrow-array = { version = "50.0.0", optional = true } +arrow-schema = { version = "50.0.0", optional = true } +azure_core = { version = "0.19.0", features = [ "enable_reqwest", "enable_reqwest_gzip", ] } -azure_identity = "0.13.0" +azure_identity = "0.19.0" async-trait = "0.1.64" async-convert = "1.0.0" bytes = "1.4" @@ -41,7 +41,7 @@ derive_builder = "0.12" once_cell = "1" [dev-dependencies] -arrow = { version = "42", features = ["prettyprint"] } +arrow = { version = "50.0.0", features = ["prettyprint"] } dotenv = "0.15.0" env_logger = "0.10.0" tokio = { version = "1.25.0", features = ["macros"] }