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-12-09 23:34:36 +01:00
parent c4a979245b
commit d558b74bad
7 changed files with 94 additions and 75 deletions

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
chrono = "0.4.19"
thiserror = "1.0.30"
serde = "1.0.130"
serde = "1.0.131"
url = { version = "2.2.2", features = ["serde"] }
oauth2-types = { path = "../oauth2-types" }