Update axum to 0.8

This commit is contained in:
2025-01-04 14:26:43 +01:00
parent ba26a9f99e
commit 1ffd443360
3 changed files with 133 additions and 125 deletions

View File

@@ -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"