From 3a5ea900d81016a0fd51c4b01f41b9cd23700339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:20:36 +0000 Subject: [PATCH] deps: update hkdf requirement from 0.12.4 to 0.13.0 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.4...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 9eca72d..a9888f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ aes-kw = "0.2.1" # Key derivation functions pbkdf2 = { version = "0.12.2", features = ["simple"] } argon2 = { version = "0.5.3", features = ["std"] } -hkdf = "0.12.4" +hkdf = "0.13.0" # Hashing algorithms sha2 = { version = "0.10.9", features = ["oid"] }