oh haha needed to set the arrow version as well

This commit is contained in:
dal 2025-02-26 16:14:58 -07:00
parent add8468198
commit 4271de634b
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -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"