1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Bump dependencies and bumps MSRV to 1.60

This commit is contained in:
Quentin Gliech
2022-06-27 23:37:21 +02:00
parent 27fa4fef4f
commit 821182acd1
7 changed files with 19 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
async-trait = "0.1.56"
axum = { version = "0.5.9", features = ["headers"] }
axum-extra = { version = "0.3.4", features = ["cookie-private"] }
axum-extra = { version = "0.3.5", features = ["cookie-private"] }
bincode = "1.3.3"
chrono = "0.4.19"
data-encoding = "2.3.2"