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

Bump sha2 from 0.10.3 to 0.10.4

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.3...sha2-v0.10.4)

---
updated-dependencies:
- dependency-name: sha2
  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-09-02 19:51:47 +00:00
committed by Quentin Gliech
parent 4c32e5c5b9
commit f274e2884b
4 changed files with 17 additions and 17 deletions

View File

@ -15,7 +15,7 @@ parse-display = "0.6.0"
indoc = "1.0.7"
serde_with = { version = "2.0.0", features = ["chrono"] }
chrono = "0.4.22"
sha2 = "0.10.3"
sha2 = "0.10.4"
data-encoding = "2.3.2"
thiserror = "1.0.32"
itertools = "0.10.3"