Update to axum 0.8

This commit is contained in:
2025-01-04 13:26:41 +01:00
parent f24a1dbec8
commit d8f9281602
5 changed files with 91 additions and 218 deletions

View File

@@ -7,11 +7,11 @@ edition = "2021"
[dependencies]
once_cell = "1.20.2"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
axum = { version = "0.7.9", features = ["json"] }
axum-prometheus = "0.7.0"
axum = { version = "0.8.1", features = ["json"] }
axum-prometheus = "0.8.0"
chrono = { version = "0.4.39", features = ["serde"] }
sentry = { version = "0.35.0", features = ["debug-images"] }
@@ -20,4 +20,4 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
sentry-tracing = "0.35.0"
tower-http = { version = "0.6.2", features = ["trace"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "macros", "chrono"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres", "macros", "chrono"] }