1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Upgrade dependencies

This commit is contained in:
Quentin Gliech
2022-01-14 10:51:12 +01:00
parent b2e168a07f
commit f876d6a134
8 changed files with 478 additions and 781 deletions

View File

@ -40,7 +40,7 @@ rsa = { git = "https://github.com/sandhose/rsa.git", branch = "bump-pkcs" }
pkcs8 = { version = "0.8.0", features = ["pem"] }
elliptic-curve = { version = "0.11.6", features = ["pem"] }
chacha20poly1305 = { version = "0.9.0", features = ["std"] }
sha2 = "0.10.0"
sha2 = "0.10.1"
crc = "2.1.0"
# Various data types and utilities