Update deps

This commit is contained in:
2024-04-25 17:18:19 +02:00
parent 74180b7843
commit 823ea73135
2 changed files with 582 additions and 492 deletions

1060
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,14 +14,14 @@ members = [
once_cell = "1.19.0" 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.10", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.195", features = ["derive"] } serde = { version = "1.0.198", features = ["derive"] }
tokio = { version = "1.35.1", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] }
axum = { version = "0.7.3", features = ["json"] } axum = { version = "0.7.5", features = ["json"] }
axum-prometheus = "0.5.0" axum-prometheus = "0.6.1"
chrono = "0.4.31" chrono = "0.4.38"
sentry = { version = "0.32.1", features = ["debug-images"] } sentry = { version = "0.32.3", features = ["debug-images"] }
tracing = "0.1.40" tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]} tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower-http = { version = "0.5.0", features = ["trace"] } tower-http = { version = "0.5.2", features = ["trace"] }