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 ecdsa from 0.14.7 to 0.14.8
Bumps [ecdsa](https://github.com/RustCrypto/signatures) from 0.14.7 to 0.14.8. - [Release notes](https://github.com/RustCrypto/signatures/releases) - [Commits](https://github.com/RustCrypto/signatures/compare/ecdsa/v0.14.7...ecdsa/v0.14.8) --- 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
f716eddea9
commit
c189135dea
@ -10,7 +10,7 @@ anyhow = "1.0.65"
|
||||
base64ct = { version = "1.5.2", features = ["std"] }
|
||||
chrono = { version = "0.4.22", features = ["serde"] }
|
||||
digest = "0.10.5"
|
||||
ecdsa = { version = "0.14.7", features = ["sign", "verify"] }
|
||||
ecdsa = { version = "0.14.8", features = ["sign", "verify"] }
|
||||
elliptic-curve = "0.12.3"
|
||||
generic-array = "0.14.6"
|
||||
hmac = "0.12.1"
|
||||
|
@ -11,7 +11,7 @@ aead = { version = "0.5.1", features = ["std"] }
|
||||
const-oid = { version = "0.9.0", features = ["std"] }
|
||||
cookie = { version = "0.16.1", features = ["key-expansion", "private"] }
|
||||
der = { version = "0.6.0", features = ["std"] }
|
||||
ecdsa = { version = "0.14.7", features = ["std"] }
|
||||
ecdsa = { version = "0.14.8", features = ["std"] }
|
||||
elliptic-curve = { version = "0.12.3", features = ["std", "pem", "sec1"] }
|
||||
k256 = { version = "0.11.6", features = ["std"] }
|
||||
p256 = { version = "0.11.1", features = ["std"] }
|
||||
|
Reference in New Issue
Block a user