Skip to content

Commit

Permalink
chore: bump arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Jul 16, 2023
1 parent 2d5a716 commit 9276505
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 = "37", optional = true }
arrow-schema = { version = "37", optional = true }
azure_core = { version = "0.11.0", features = [
arrow-array = { version = "42", optional = true }
arrow-schema = { version = "42", optional = true }
azure_core = { version = "0.13", features = [
"enable_reqwest",
"enable_reqwest_gzip",
] }
azure_identity = "0.11.0"
azure_identity = "0.13.0"
async-trait = "0.1.64"
async-convert = "1.0.0"
bytes = "1.4"
Expand All @@ -28,7 +28,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = { version = "2.2.0", features = ["json"] }
thiserror = "1.0.38"
hashbrown = { version = "0.13", features = ["serde"] }
hashbrown = { version = "0.14", features = ["serde"] }
regex = "1.7.1"
time = { version = "0.3", features = [
"serde",
Expand All @@ -41,15 +41,15 @@ derive_builder = "0.12"
once_cell = "1"

[dev-dependencies]
arrow = { version = "37", features = ["prettyprint"] }
arrow = { version = "42", features = ["prettyprint"] }
dotenv = "0.15.0"
env_logger = "0.10.0"
tokio = { version = "1.25.0", features = ["macros"] }
oauth2 = "4.3.0"
criterion = "0.4.0"
criterion = "0.5"
clap = { version = "4.1.6", features = ["derive", "env"] }
decimal = "2.1.0"
uuid = { version = "1.3.0", features = [ "serde"] }
uuid = { version = "1.3.0", features = ["serde"] }

[features]
default = ["arrow"]
Expand Down

0 comments on commit 9276505

Please sign in to comment.