Update to axum 0.8

This commit is contained in:
2025-01-04 14:51:39 +01:00
parent 4f78a5cf82
commit 41a9e92030
6 changed files with 85 additions and 192 deletions

View File

@@ -14,10 +14,10 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
sentry-tracing = "0.35.0"
tower-http = { version = "0.6.2", features = ["trace"] }
axum = { version = "0.7.9", features = ["json"] }
axum-extra = { version ="0.9.6", features = ["query"] }
axum-prometheus = "0.7.0"
serde = { version = "1.0.216", features = ["derive"] }
axum = { version = "0.8.1", features = ["json"] }
axum-extra = { version ="0.10.0", features = ["query"] }
axum-prometheus = "0.8.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.134", features = ["raw_value"] }
sentry = { version = "0.35.0", features = ["debug-images"] }
@@ -28,4 +28,4 @@ rand = "0.8.5"
chrono = { version = "0.4.39", features = ["serde"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "macros", "chrono", "json"] }
sqlx = { version = "0.8.3", features = ["runtime-tokio", "postgres", "macros", "chrono", "json"] }