Update deps

This commit is contained in:
2023-11-08 18:01:39 +01:00
parent ab7fda50f0
commit b129dd6b63
3 changed files with 385 additions and 314 deletions

View File

@@ -13,15 +13,15 @@ members = [
[dependencies]
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.188", features = ["derive"] }
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.192", features = ["derive"] }
tokio = { version = "1.32.0", features = ["full"] }
tokio = { version = "1.33.0", features = ["full"] }
axum = { version = "0.6.20", features = ["json"] }
axum-prometheus = "0.4.0"
chrono = "0.4.30"
chrono = "0.4.31"
sentry = { version = "0.31.7", features = ["debug-images"] }
tracing = "0.1.37"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}
tower-http = { version = "0.4.4", features = ["trace"] }