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"