From b0863bd65ca3caa902a7a6953e7ad877a2489ca7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2020 19:34:59 +0000 Subject: [PATCH] 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] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 60cd7125..eb20ea98 100644 --- a/lib/Cargo.toml +++ b/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"