Update axum to 0.8

This commit is contained in:
2025-01-04 14:37:29 +01:00
parent 9e06cbaf12
commit 732ba78b7e
3 changed files with 188 additions and 82 deletions

View File

@@ -13,8 +13,8 @@ tokio-util = { version = "0.7.13", features = ["compat"] }
tokio-stream = "0.1.17"
futures = "0.3.31"
axum = "0.7.9"
axum-prometheus = "0.7.0"
axum = "0.8.1"
axum-prometheus = "0.8.0"
tower = "0.5.2"
tower-http = { version = "0.6.2", features = ["trace"] }
@@ -23,9 +23,9 @@ tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
sentry-tracing = "0.35.0"
reqwest = { version = "0.12.9", features = ["json", "stream"] }
reqwest = { version = "0.12.12", features = ["json", "stream"] }
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
@@ -46,6 +46,6 @@ dateparser = "0.2.1"
smallvec = { version = "1.13.2", features = ["serde"] }
smartstring = { version = "1.0.1", features = ["serde"] }
moka = { version = "0.12.8", features = ["future"] }
moka = { version = "0.12.9", features = ["future"] }
sentry = { version = "0.35.0", features = ["debug-images"] }