From 59cd6e70abbdfca2116d06cf19da6cca5b42c313 Mon Sep 17 00:00:00 2001 From: Robert Pack Date: Sun, 7 May 2023 11:23:19 +0200 Subject: [PATCH] chore: bump arrow --- azure-kusto-data/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-kusto-data/Cargo.toml b/azure-kusto-data/Cargo.toml index c80d34e..40d931e 100644 --- a/azure-kusto-data/Cargo.toml +++ b/azure-kusto-data/Cargo.toml @@ -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", @@ -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" @@ -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"] }