From 26d7b38b039e8f0af3b26718f0ebf80b60bc9102 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 13:17:41 +0000 Subject: [PATCH] Update hmac requirement from 0.8 to 0.9 Updates the requirements on [hmac](https://github.com/RustCrypto/MACs) to permit the latest version. - [Release notes](https://github.com/RustCrypto/MACs/releases) - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.8.0...hmac-v0.9.0) 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 6c26ac88..400956c1 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -13,7 +13,7 @@ base64 = "0.12" byteorder = "1.0" bytes = "0.5" fallible-iterator = "0.2" -hmac = "0.8" +hmac = "0.9" md5 = "0.7" memchr = "2.0" rand = "0.7"