From 19c620d458a30867a5b3aaa5e264189c2cdb3541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 07:43:02 +0000 Subject: [PATCH] chore(deps): update hkdf requirement from 0.12 to 0.13 Updates the requirements on [hkdf](https://github.com/RustCrypto/KDFs) to permit the latest version. - [Commits](https://github.com/RustCrypto/KDFs/compare/hkdf-v0.12.0...hkdf-v0.13.0) --- updated-dependencies: - dependency-name: hkdf dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b96275..bf27bf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ aya-log = "0.2" # Crypto for TLS keylog aes-gcm = "0.10" chacha20poly1305 = "0.10" -hkdf = "0.12" +hkdf = "0.13" sha2 = "0.10" hex = "0.4"