mirror of https://github.com/buster-so/buster.git
chrono set to 0.4.38
This commit is contained in:
parent
191d86e5f4
commit
add8468198
|
@ -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
|
Loading…
Reference in New Issue