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

Bump dependencies

This commit is contained in:
Quentin Gliech
2022-02-17 15:50:10 +01:00
parent 035e2d7829
commit fa92d6498f
15 changed files with 61 additions and 62 deletions

View File

@ -11,7 +11,7 @@ thiserror = "1.0.30"
serde = "1.0.136"
url = { version = "2.2.2", features = ["serde"] }
crc = "2.1.0"
rand = "0.8.4"
rand = "0.8.5"
mas-iana = { path = "../iana" }
oauth2-types = { path = "../oauth2-types" }