Update to axum 0.7.5

This commit is contained in:
2024-03-31 01:21:24 -04:00
parent 1454c85d3b
commit c9f4535284
2 changed files with 50 additions and 94 deletions

View File

@ -33,7 +33,7 @@ actix-session = { version = "0.9.0", features = ["redis-rs-session"], optional =
pbkdf2 = { version = "0.12.2", features = ["simple"], optional = true }
futures = { version = "0.3.30", default-features = false, optional = true }
tokio = { version = "1", optional = true }
axum = { version = "0.6.4", optional = true }
axum = { version = "0.7.5", optional = true }
tower = { veresion = "0.4.13", optional = true }
tower-http = { version = "0.4", optional = true, features = ["fs"] }
thiserror = "1.0.57"