Update md-5 requirement from 0.8 to 0.9

Updates the requirements on [md-5](https://github.com/RustCrypto/hashes) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.8.0...md2-v0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/39/head
dependabot-preview[bot] 5 years ago committed by GitHub
parent 966d3d8f40
commit b0863bd65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/Cargo.toml

@ -17,7 +17,7 @@ rocksdb = { version = "0.14", optional = true }
sled = { version = "0.32", optional = true }
quick-xml = "0.18"
rand = "0.7"
md-5 = "0.8"
md-5 = "0.9"
sha-1 = "0.8"
sha2 = "0.8"
digest = "0.8"

Loading…
Cancel
Save