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

Bump digest from 0.10.5 to 0.10.6

Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.10.5...digest-v0.10.6)

---
updated-dependencies:
- dependency-name: digest
  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-11-17 19:14:05 +00:00
committed by Quentin Gliech
parent bbf452d795
commit 7b7b9f434d
2 changed files with 15 additions and 15 deletions

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
anyhow = "1.0.66"
base64ct = { version = "1.5.3", features = ["std"] }
chrono = { version = "0.4.23", features = ["serde"] }
digest = "0.10.5"
digest = "0.10.6"
ecdsa = { version = "0.14.8", features = ["sign", "verify"] }
elliptic-curve = "0.12.3"
generic-array = "0.14.6"