Update Rust crate axum to 0.5.17

This commit is contained in:
2022-10-26 06:42:12 +00:00
parent 70b3b904b3
commit c6af835c80
6 changed files with 11 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ como_infrastructure = { path = "../como_infrastructure" }
async-graphql = "4.0.6"
async-graphql-axum = "*"
axum = "0.5.13"
axum = "0.5.17"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "*" }
serde = { version = "1.0", features = ["derive"] }