Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
rust-clippy analyze / Run rust-clippy analyzing (push) Has been cancelled

This commit is contained in:
2025-08-31 14:10:17 +02:00
parent fbc783b252
commit e6894674ab
2 changed files with 203 additions and 233 deletions

View File

@@ -25,13 +25,13 @@ serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.44.2", features = ["full"] }
axum = { version = "0.8.1", features = ["json"] }
axum-prometheus = "0.8.0"
axum-prometheus = "0.9.0"
chrono = { version = "0.4.40", features = ["serde"] }
sentry = { version = "0.41.0", features = ["debug-images"] }
sentry = { version = "0.42.0", features = ["debug-images"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
sentry-tracing = "0.41.0"
sentry-tracing = "0.42.0"
tower-http = { version = "0.6.2", features = ["trace"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres", "macros", "chrono"] }