Skip to content

Commit

Permalink
Cargo.toml updates to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanjmistry committed Jan 16, 2024
1 parent cabb92b commit 232e103
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions azure-kusto-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions azure-kusto-ingest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 232e103

Please sign in to comment.