From 05ef00a2a16e023483136f8646e123870cdeab62 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 14 Oct 2018 16:51:30 -0700 Subject: [PATCH] Upgrade md5 --- 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 ef21a227..72194ac7 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -14,7 +14,7 @@ bytes = "0.4" fallible-iterator = "0.1" generic-array = "0.12" hmac = "0.7" -md5 = "0.4" +md5 = "0.5" memchr = "2.0" rand = "0.5" sha2 = "0.8"