mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 06:15:37 +01:00
Update axum to 0.8
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -18,22 +18,22 @@ tower-http = { version = "0.6.2", features = ["trace"] }
|
||||
|
||||
once_cell = "1.20.2"
|
||||
|
||||
axum = { version = "0.7.9", features = ["multipart"] }
|
||||
axum-prometheus = "0.7.0"
|
||||
axum = { version = "0.8.1", features = ["multipart"] }
|
||||
axum-prometheus = "0.8.0"
|
||||
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
||||
|
||||
moka = { version = "0.12.8", features = ["future"] }
|
||||
moka = { version = "0.12.9", features = ["future"] }
|
||||
|
||||
md5 = "0.7.0"
|
||||
|
||||
smallvec = { version = "1.13.2", features = ["serde"] }
|
||||
smartstring = { version = "1.0.1", features = ["serde"] }
|
||||
reqwest = { version = "0.12.9", features = ["json", "stream", "multipart"] }
|
||||
reqwest = { version = "0.12.12", features = ["json", "stream", "multipart"] }
|
||||
|
||||
bytes = "1.9.0"
|
||||
tempfile = "3.14.0"
|
||||
tempfile = "3.15.0"
|
||||
zip = "2.2.2"
|
||||
|
||||
base64 = "0.22.1"
|
||||
|
||||
Reference in New Issue
Block a user