You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Bump elliptic-curve from 0.12.2 to 0.12.3
Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve-v0.12.2...elliptic-curve-v0.12.3) --- updated-dependencies: - dependency-name: elliptic-curve dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
4ad3bfccbc
commit
b3486cc373
@ -42,7 +42,7 @@ argon2 = { version = "0.4.1", features = ["password-hash"] }
|
||||
# Crypto, hashing and signing stuff
|
||||
rsa = "0.7.0-pre"
|
||||
pkcs8 = { version = "0.9.0", features = ["pem"] }
|
||||
elliptic-curve = { version = "0.12.2", features = ["pem"] }
|
||||
elliptic-curve = { version = "0.12.3", features = ["pem"] }
|
||||
sha2 = "0.10.2"
|
||||
crc = "3.0.0"
|
||||
|
||||
|
@ -13,7 +13,7 @@ chrono = { version = "0.4.19", features = ["serde"] }
|
||||
crypto-mac = { version = "0.11.1", features = ["std"] }
|
||||
digest = "0.10.3"
|
||||
ecdsa = { version = "0.14.3", features = ["sign", "verify", "pem", "pkcs8"] }
|
||||
elliptic-curve = { version = "0.12.2", features = ["ecdh", "pem"] }
|
||||
elliptic-curve = { version = "0.12.3", features = ["ecdh", "pem"] }
|
||||
futures-util = "0.3.21"
|
||||
hmac = "0.12.1"
|
||||
http = "0.2.8"
|
||||
|
Reference in New Issue
Block a user