1
0
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:
dependabot[bot]
2022-08-19 10:24:15 +00:00
committed by Quentin Gliech
parent 862332543d
commit 9f6abefa21
2 changed files with 3 additions and 3 deletions

View File

@ -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"