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
Bump ecdsa from 0.14.3 to 0.14.4
Bumps [ecdsa](https://github.com/RustCrypto/signatures) from 0.14.3 to 0.14.4. - [Release notes](https://github.com/RustCrypto/signatures/releases) - [Commits](https://github.com/RustCrypto/signatures/compare/ecdsa/v0.14.3...ecdsa/v0.14.4) --- updated-dependencies: - dependency-name: ecdsa 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
862332543d
commit
9f6abefa21
@ -12,7 +12,7 @@ base64ct = { version = "1.5.1", features = ["std"] }
|
||||
chrono = { version = "0.4.22", features = ["serde"] }
|
||||
crypto-mac = { version = "0.11.1", features = ["std"] }
|
||||
digest = "0.10.3"
|
||||
ecdsa = { version = "0.14.3", features = ["sign", "verify", "pem", "pkcs8"] }
|
||||
ecdsa = { version = "0.14.4", features = ["sign", "verify", "pem", "pkcs8"] }
|
||||
elliptic-curve = { version = "0.12.3", features = ["ecdh", "pem"] }
|
||||
futures-util = "0.3.23"
|
||||
hmac = "0.12.1"
|
||||
|
Reference in New Issue
Block a user