From a2ab2aab5b9db832d504e13b5e4eb51e02d0717e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 13:24:08 +0000 Subject: [PATCH] Update hmac requirement from 0.9 to 0.10 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.9.0...hmac-v0.10.1) 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 cb7657ee..5c7e1147 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -13,7 +13,7 @@ base64 = "0.13" byteorder = "1.0" bytes = "0.5" fallible-iterator = "0.2" -hmac = "0.9" +hmac = "0.10" md5 = "0.7" memchr = "2.0" rand = "0.7"