This commit is contained in:
2024-05-06 22:53:05 +02:00
parent 18c49d42d4
commit 5ce9ffd6ff
4 changed files with 7 additions and 8 deletions

View File

@@ -13,9 +13,10 @@ axum_typed_multipart = "0.11.1"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower-http = { version = "0.5.2", features = ["trace"] }
sentry-tracing = "0.32.3"
tokio = "1.37.0"
tokio-util = { version = "0.7.11", features = [ "full" ] }
tokio-util = { version = "0.7.11", features = [ "full" ] }
axum-prometheus = "0.6.1"
futures = "0.3.30"