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

Remove unused dependency

This commit is contained in:
Quentin Gliech
2022-04-28 16:10:42 +02:00
parent 8a256596d7
commit 42c5f0e0dd
2 changed files with 2 additions and 13 deletions

View File

@ -29,7 +29,6 @@ rsa = "0.6.1"
p256 = { version = "0.10.1", features = ["ecdsa", "pem", "pkcs8"] }
pkcs8 = { version = "0.8.0", features = ["pem"] }
chacha20poly1305 = { version = "0.10.0-pre", features = ["std"] }
pem-rfc7468 = "0.5.1"
cookie = { version = "0.16.0", features = ["private", "key-expansion"] }
data-encoding = "2.3.2"