This commit is contained in:
2023-09-14 21:57:12 +02:00
parent 0627557c6d
commit 6a1b8a7191
3 changed files with 43 additions and 55 deletions

View File

@@ -15,21 +15,21 @@ once_cell = "1.18.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.9", default-features = false, features = ["postgresql"] }
tokio = { version = "1.28.2", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}
tower-http = { version = "0.4.3", features = ["trace"] }
tower-http = { version = "0.4.4", features = ["trace"] }
axum = { version = "0.6.18", features = ["json"] }
axum = { version = "0.6.20", features = ["json"] }
axum-extra = { version ="0.7.7", features = ["query"] }
axum-prometheus = "0.4.0"
serde = { version = "1.0.163", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
sentry = { version = "0.31.3", features = ["debug-images"] }
sentry = { version = "0.31.7", features = ["debug-images"] }
meilisearch-sdk = "0.24.1"
meilisearch-sdk = "0.24.2"
rand = "0.8.5"
chrono = "0.4.26"
chrono = "0.4.30"