1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Upgrade dependencies

This commit is contained in:
Quentin Gliech
2021-10-04 14:48:23 +02:00
parent bb8fe28f4f
commit af71adbe7a
5 changed files with 47 additions and 82 deletions

View File

@ -11,10 +11,10 @@ serde = "1.0.130"
serde_json = "1.0.68"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] }
parse-display = "0.5.1"
parse-display = "0.5.2"
indoc = "1.0.3"
serde_with = { version = "1.10.0", features = ["chrono"] }
sqlx = { version = "0.5.7", default-features = false, optional = true }
sqlx = { version = "0.5.9", default-features = false, optional = true }
chrono = "0.4.19"
[features]