mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
Update to axum 0.8
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
|
||||
tokio = { version = "1.42.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.13", features = ["compat"] }
|
||||
futures = "0.3.31"
|
||||
reqwest = { version = "0.12.9", features = ["json", "stream", "multipart"] }
|
||||
reqwest = { version = "0.12.12", features = ["json", "stream", "multipart"] }
|
||||
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
|
||||
@@ -18,14 +18,14 @@ tower-http = { version = "0.6.2", features = ["trace"] }
|
||||
|
||||
once_cell = "1.20.2"
|
||||
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
||||
axum = "0.7.9"
|
||||
axum = "0.8.1"
|
||||
translit = "0.6.0"
|
||||
zip = "2.2.2"
|
||||
tempfile = "3.14.0"
|
||||
tempfile = "3.15.0"
|
||||
bytes = "1.9.0"
|
||||
axum-prometheus = "0.7.0"
|
||||
axum-prometheus = "0.8.0"
|
||||
base64 = "0.22.1"
|
||||
|
||||
sentry = { version = "0.35.0", features = ["debug-images"] }
|
||||
|
||||
Reference in New Issue
Block a user