Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jan 17, 2024
1 parent 02ce97f commit 09ee9e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-kusto-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"] }
Expand Down

0 comments on commit 09ee9e8

Please sign in to comment.