You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Switch back rsa crate to a published pre-version
This commit is contained in:
@ -25,7 +25,7 @@ sqlx = { version = "0.6.0", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
lettre = { version = "0.10.1", default-features = false, features = ["serde", "builder"] }
|
||||
|
||||
rand = "0.8.5"
|
||||
rsa = { git = "https://github.com/sandhose/RSA.git", branch = "bump-pkcs" }
|
||||
rsa = "0.7.0-pre"
|
||||
p256 = { version = "0.11.1", features = ["ecdsa", "pem", "pkcs8"] }
|
||||
pkcs8 = { version = "0.9.0", features = ["pem"] }
|
||||
chacha20poly1305 = { version = "0.10.0", features = ["std"] }
|
||||
|
@ -40,7 +40,7 @@ serde_urlencoded = "0.7.1"
|
||||
argon2 = { version = "0.4.1", features = ["password-hash"] }
|
||||
|
||||
# Crypto, hashing and signing stuff
|
||||
rsa = { git = "https://github.com/sandhose/RSA.git", branch = "bump-pkcs" }
|
||||
rsa = "0.7.0-pre"
|
||||
pkcs8 = { version = "0.9.0", features = ["pem"] }
|
||||
elliptic-curve = { version = "0.12.2", features = ["pem"] }
|
||||
sha2 = "0.10.2"
|
||||
|
@ -21,7 +21,7 @@ p256 = { version = "0.11.1", features = ["ecdsa", "pem", "pkcs8"] }
|
||||
pkcs1 = { version = "0.4.0", features = ["pem", "pkcs8"] }
|
||||
pkcs8 = { version = "0.9.0", features = ["pem", "std"] }
|
||||
rand = "0.8.5"
|
||||
rsa = { git = "https://github.com/sandhose/RSA.git", branch = "bump-pkcs" }
|
||||
rsa = "0.7.0-pre"
|
||||
schemars = "0.8.10"
|
||||
sec1 = "0.3.0"
|
||||
serde = { version = "1.0.141", features = ["derive"] }
|
||||
|
Reference in New Issue
Block a user