From 9b443da418c482bb3f4e0e265bb312ad59dea2c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 22:59:56 +0000 Subject: [PATCH] Update md5 requirement from 0.6 to 0.7 Updates the requirements on [md5](https://github.com/stainless-steel/md5) to permit the latest version. - [Release notes](https://github.com/stainless-steel/md5/releases) - [Commits](https://github.com/stainless-steel/md5/commits) Signed-off-by: dependabot-preview[bot] --- postgres-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-protocol/Cargo.toml b/postgres-protocol/Cargo.toml index 7ad9d499..4705e97d 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -15,7 +15,7 @@ bytes = "0.5" fallible-iterator = "0.2" generic-array = "0.13" hmac = "0.7" -md5 = "0.6" +md5 = "0.7" memchr = "2.0" rand = "0.7" sha2 = "0.8"