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

Bump Crypto crates

This commit is contained in:
Quentin Gliech
2022-09-27 18:07:16 +02:00
parent 19721959f8
commit 348912b3fb
26 changed files with 430 additions and 626 deletions

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[dependencies]
http = "0.2.8"
serde = "1.0.144"
serde = "1.0.145"
serde_json = "1.0.85"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.3.1", features = ["serde"] }
@ -15,10 +15,10 @@ parse-display = "0.6.0"
indoc = "1.0.7"
serde_with = { version = "2.0.1", features = ["chrono"] }
chrono = "0.4.22"
sha2 = "0.10.5"
sha2 = "0.10.6"
data-encoding = "2.3.2"
thiserror = "1.0.35"
itertools = "0.10.3"
thiserror = "1.0.36"
itertools = "0.10.5"
mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }