mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
Update axum to 0.8
This commit is contained in:
@@ -10,8 +10,8 @@ tokio = { version = "1.42.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.13", features = ["compat", "io"] }
|
||||
futures-util = "0.3.31"
|
||||
|
||||
axum = { version = "0.7.9", features = ["multipart"] }
|
||||
axum-prometheus = "0.7.0"
|
||||
axum = { version = "0.8.1", features = ["multipart"] }
|
||||
axum-prometheus = "0.8.0"
|
||||
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
|
||||
|
||||
Reference in New Issue
Block a user