Skip to content

Commit

Permalink
chore: bump arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed May 7, 2023
1 parent 5856c8b commit 59cd6e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-kusto-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ keywords = ["sdk", "azure", "kusto", "azure-data-explorer"]
categories = ["api-bindings"]

[dependencies]
arrow-array = { version = "36", optional = true }
arrow-schema = { version = "36", optional = true }
arrow-array = { version = "37", optional = true }
arrow-schema = { version = "37", optional = true }
azure_core = { version = "0.11.0", features = [
"enable_reqwest",
"enable_reqwest_gzip",
Expand All @@ -24,7 +24,7 @@ async-trait = "0.1.64"
async-convert = "1.0.0"
bytes = "1.4"
futures = "0.3"
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = { version = "2.2.0", features = ["json"] }
thiserror = "1.0.38"
Expand All @@ -41,7 +41,7 @@ derive_builder = "0.12"
once_cell = "1"

[dev-dependencies]
arrow = { version = "36.0.0", features = ["prettyprint"] }
arrow = { version = "37", features = ["prettyprint"] }
dotenv = "0.15.0"
env_logger = "0.10.0"
tokio = { version = "1.25.0", features = ["macros"] }
Expand Down

0 comments on commit 59cd6e7

Please sign in to comment.