Update deps

This commit is contained in:
2024-02-04 12:57:08 +01:00
parent 4c6720c9ac
commit ad4bd9e24c
3 changed files with 333 additions and 339 deletions

View File

@@ -13,23 +13,23 @@ members = [
[dependencies]
once_cell = "1.19.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11", default-features = false, features = ["postgresql"] }
tokio = { version = "1.35.0", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower-http = { version = "0.5.0", features = ["trace"] }
tower-http = { version = "0.5.1", features = ["trace"] }
axum = { version = "0.7.2", features = ["json"] }
axum-extra = { version ="0.9.0", features = ["query"] }
axum-prometheus = "0.5.0"
serde = { version = "1.0.193", features = ["derive"] }
axum = { version = "0.7.4", features = ["json"] }
axum-extra = { version ="0.9.2", features = ["query"] }
axum-prometheus = "0.6.1"
serde = { version = "1.0.196", features = ["derive"] }
sentry = { version = "0.32.0", features = ["debug-images"] }
sentry = { version = "0.32.2", features = ["debug-images"] }
meilisearch-sdk = "0.24.3"
rand = "0.8.5"
chrono = "0.4.31"
chrono = "0.4.33"