From 4271de634b1084583a73ff0ab4bcf750ecb57f4c Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 26 Feb 2025 16:14:58 -0700 Subject: [PATCH] oh haha needed to set the arrow version as well --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 67576c84a..803c57424 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -8,7 +8,7 @@ default-run = "bi_api" [dependencies] anyhow = "1.0.86" -arrow = { version = "52.0.0", default-features = false, features = ["json"] } +arrow = { version = "54.2.0", features = ["json"] } async-compression = { version = "0.4.11", features = ["tokio"] } axum = { version = "0.7.5", features = ["ws"] } base64 = "0.21"