This commit is contained in:
2023-09-14 21:52:28 +02:00
parent 7cdc089cc3
commit d44656a809
3 changed files with 37 additions and 49 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.163", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
tokio = { version = "1.28.2", features = ["full"] }
axum = { version = "0.6.18", 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"] }