From e74e20012916954af927d347bac62d8c648e1b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:57:08 +0000 Subject: [PATCH] build(deps): update hmac requirement from 0.12 to 0.13 Updates the requirements on [hmac](https://github.com/RustCrypto/MACs) to permit the latest version. - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.12.0...hmac-v0.13.0) --- updated-dependencies: - dependency-name: hmac 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 bb9b616..34cc175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ categories = ["cryptography", "database"] aes-gcm = "0.10" aes-siv = "0.7" aes-kw = "0.2" -hmac = "0.12" +hmac = "0.13" sha2 = "0.10" hkdf = "0.12" rand = "0.10"