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

@ -8,14 +8,14 @@ license = "Apache-2.0"
[dependencies]
http = "0.2.6"
serde = "1.0.136"
serde_json = "1.0.78"
serde_json = "1.0.79"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] }
parse-display = "0.5.3"
parse-display = "0.5.4"
indoc = "1.0.3"
serde_with = { version = "1.11.0", features = ["chrono"] }
serde_with = { version = "1.12.0", features = ["chrono"] }
chrono = "0.4.19"
sha2 = "0.10.1"
sha2 = "0.10.2"
data-encoding = "2.3.2"
thiserror = "1.0.30"
itertools = "0.10.3"