Update ring-compat requirement from 0.3.1 to 0.4.0

Updates the requirements on [ring-compat](https://github.com/RustCrypto/ring-compat) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/ring-compat/releases)
- [Changelog](https://github.com/RustCrypto/ring-compat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RustCrypto/ring-compat/compare/v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: ring-compat
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-16 12:12:20 +00:00 committed by GitHub
parent 4d90894c19
commit c12b13dca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ getrandom = {version = "0.2.3"}
hkdf = "0.11.0"
hmac = "0.11.0"
aes-gcm-siv = {version = "0.10.3"}
ring-compat = {version = "0.3.1", optional = true, features = ["digest"]}
ring-compat = {version = "0.4.0", optional = true, features = ["digest"]}
sha2 = {version = "0.9.5", optional = true}
serde = {version = "1.0.125", default-features = false, features = ["derive"]}
serde_bytes = "0.11.5"