This commit is contained in:
2023-09-14 21:51:27 +02:00
parent d22c9d1bff
commit 2b26503cf1
5 changed files with 37 additions and 55 deletions

View File

@@ -14,14 +14,14 @@ members = [
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"] }
serde = { version = "1.0.175", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full"] }
axum = { version = "0.6.19", features = ["json"] }
tokio = { version = "1.32.0", features = ["full"] }
axum = { version = "0.6.20", features = ["json"] }
axum-prometheus = "0.4.0"
chrono = "0.4.26"
sentry = { version = "0.31.5", features = ["debug-images"] }
chrono = "0.4.30"
sentry = { version = "0.31.7", features = ["debug-images"] }
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"] }