From 9f61e6a22e475c84b6744161bd00ac1911e07af2 Mon Sep 17 00:00:00 2001 From: aradwann Date: Sun, 6 Oct 2024 17:48:38 +0300 Subject: [PATCH] upgrade arrow convert --- cli/Cargo.toml | 2 +- crates/storage-query-datafusion/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a77e2595ed..e408f04d3c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,7 +24,7 @@ restate-types = { workspace = true } anyhow = { workspace = true } arc-swap = { workspace = true } arrow = { version = "53.1.0", features = ["ipc", "prettyprint", "json"] } -arrow_convert = { version = "0.7.0" } +arrow_convert = { version = "0.7.2" } axum = { workspace = true, default-features = false, features = ["http1", "http2", "query", "tokio"] } bytes = { workspace = true } base62 = { version = "2.0.2" } diff --git a/crates/storage-query-datafusion/Cargo.toml b/crates/storage-query-datafusion/Cargo.toml index a6944fb5ac..0af88527fa 100644 --- a/crates/storage-query-datafusion/Cargo.toml +++ b/crates/storage-query-datafusion/Cargo.toml @@ -24,7 +24,7 @@ ahash = { workspace = true } async-trait = { workspace = true } bytes = { workspace = true } bytestring = { workspace = true } -chrono = { version = "0.4.26", default-features = false, features = ["clock"] } +chrono = { workspace = true } codederror = { workspace = true } datafusion = { workspace = true } derive_more = { workspace = true }