From 57e3d674bb6ecc80f9a356edd843e8663497e4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 14:22:44 +0000 Subject: [PATCH] deps: update hmac requirement from 0.12.1 to 0.13.0 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.1...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 4c2c983..f09f909 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ blake2 = { version = "0.10.6", optional = true } blake3 = { version = "1.8.2", optional = true } # Message Authentication Codes -hmac = "0.12.1" +hmac = "0.13.0" # Asymmetric cryptography ed25519-dalek = { version = "2.2", features = ["rand_core", "pkcs8", "pem"] }