1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump ecdsa from 0.16.8 to 0.16.9

Bumps [ecdsa](https://github.com/RustCrypto/signatures) from 0.16.8 to 0.16.9.
- [Commits](https://github.com/RustCrypto/signatures/compare/ecdsa/v0.16.8...ecdsa/v0.16.9)

---
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]
2023-11-16 19:49:19 +00:00
committed by Quentin Gliech
parent 829b9fbb73
commit a5428f10c5
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ repository.workspace = true
base64ct = { version = "1.6.0", features = ["std"] }
chrono.workspace = true
digest = "0.10.7"
ecdsa = { version = "0.16.8", features = ["signing", "verifying"] }
ecdsa = { version = "0.16.9", features = ["signing", "verifying"] }
elliptic-curve = "0.13.6"
generic-array = "0.14.7"
hmac = "0.12.1"

View File

@ -11,7 +11,7 @@ repository.workspace = true
aead = { version = "0.5.2", features = ["std"] }
const-oid = { version = "0.9.5", features = ["std"] }
der = { version = "0.7.8", features = ["std"] }
ecdsa = { version = "0.16.8", features = ["std"] }
ecdsa = { version = "0.16.9", features = ["std"] }
elliptic-curve = { version = "0.13.6", features = ["std", "pem", "sec1"] }
k256 = { version = "0.13.1", features = ["std"] }
p256 = { version = "0.13.2", features = ["std"] }