From add8468198c31e6a11854d1e806f9519df9f36cf Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 26 Feb 2025 16:10:49 -0700 Subject: [PATCH] chrono set to 0.4.38 --- api/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index f0dced871..67576c84a 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -8,12 +8,12 @@ default-run = "bi_api" [dependencies] anyhow = "1.0.86" -arrow = { version = "54.2.0", default-features = false, features = ["json"] } +arrow = { version = "52.0.0", default-features = false, features = ["json"] } async-compression = { version = "0.4.11", features = ["tokio"] } axum = { version = "0.7.5", features = ["ws"] } base64 = "0.21" bb8-redis = "0.18.0" -chrono = { version = "0.4.38", features = ["serde"] } +chrono = { version = "=0.4.38", features = ["serde"] } cohere-rust = "0.6.0" diesel = { version = "2", features = [ "uuid", @@ -93,4 +93,4 @@ serde_yaml = "0.9.34" html-escape = "0.2.13" [profile.release] -debug = false +debug = false \ No newline at end of file