From 0a270108023fc564e54c46384bd4965221091680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 16:28:45 +0900 Subject: [PATCH] Update hkdf requirement from 0.10.0 to 0.11.0 (#69) Updates the requirements on [hkdf](https://github.com/RustCrypto/KDFs) to permit the latest version. - [Release notes](https://github.com/RustCrypto/KDFs/releases) - [Commits](https://github.com/RustCrypto/KDFs/compare/hkdf-v0.10.0...hkdf-v0.11.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1c42f4..4700fe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ homepage = "https://ecies.org/rs/" repository = "https://github.com/ecies/rs" [dependencies] -hkdf = "0.10.0" +hkdf = "0.11.0" libsecp256k1 = "0.3.5" sha2 = "0.9.2"