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

Bump der from 0.6.0 to 0.6.1

Bumps [der](https://github.com/RustCrypto/formats) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/RustCrypto/formats/releases)
- [Commits](https://github.com/RustCrypto/formats/compare/der/v0.6.0...der/v0.6.1)

---
updated-dependencies:
- dependency-name: der
  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-12-07 13:29:45 +00:00
committed by Quentin Gliech
parent da5d2fc52b
commit cff3125c19
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ anyhow = "1.0.66"
aead = { version = "0.5.1", features = ["std"] }
const-oid = { version = "0.9.1", features = ["std"] }
cookie = { version = "0.16.1", features = ["key-expansion", "private"] }
der = { version = "0.6.0", features = ["std"] }
der = { version = "0.6.1", 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"] }